add titles to more pages

This commit is contained in:
2025-05-24 17:39:23 +03:00
parent ccb2819b01
commit 8a9a5e5bd9
3 changed files with 4 additions and 2 deletions

View File

@ -53,7 +53,7 @@ app:get("topic_create", "/create", function(self)
return {status = 403}
end
self.page_title = "creating topic"
self.page_title = "creating a topic"
self.me = user
return {render = "topics.create"}