Fix page contacts page title

This commit is contained in:
William Bouzourène 2026-03-13 14:12:22 +01:00
parent 96783b4912
commit 1038deb225
Signed by: bouzoure
GPG key ID: 423440D735B56BE2

View file

@ -94,7 +94,7 @@ func Contacts(c *fiber.Ctx) error {
db.Order("position asc").Find(&fields, "person_type = ?", "contact") db.Order("position asc").Find(&fields, "person_type = ?", "contact")
return c.Render("people", fiber.Map{ return c.Render("people", fiber.Map{
"PageTitle": "Contacts", "PageTitle": "Sympathisants",
"MembersPage": false, "MembersPage": false,
"People": results.Results, "People": results.Results,
"Pagination": results.Pagination, "Pagination": results.Pagination,