Fix page contacts page title
This commit is contained in:
parent
96783b4912
commit
1038deb225
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ func Contacts(c *fiber.Ctx) error {
|
|||
db.Order("position asc").Find(&fields, "person_type = ?", "contact")
|
||||
|
||||
return c.Render("people", fiber.Map{
|
||||
"PageTitle": "Contacts",
|
||||
"PageTitle": "Sympathisants",
|
||||
"MembersPage": false,
|
||||
"People": results.Results,
|
||||
"Pagination": results.Pagination,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue