Update form link on division pages.

This commit is contained in:
Kim Taylor
2025-04-14 21:22:23 +10:00
parent 60a33194e1
commit 1e3e4a99e6

View File

@@ -4,7 +4,7 @@ function sluggify($input) {
return strtolower(str_replace(' ', '-', $input));
}
$surveyLink = "<a href=\"https://forms.gle/gnDNyBiVC64tDo2Y7\">Streets People Love Pledge and Survey</a>";
$surveyLink = "<a href=\"https://forms.gle/CeGbJF11SUkATjfN8\">Streets People Love Pledge and Survey</a>";
if (isset($config["survey"])) {
$surveyLink = $config["survey"];
}