From 01c2bf3d520c7b07a599ffbc1d163621a4d61789 Mon Sep 17 00:00:00 2001 From: Evie Viau Date: Mon, 10 Mar 2025 20:06:08 -0700 Subject: [PATCH] bugfix: correct title on invite codes admin page fixes #T147 --- templates/admin/invitecode.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/invitecode.html b/templates/admin/invitecode.html index f7c7039..b6b4dd7 100644 --- a/templates/admin/invitecode.html +++ b/templates/admin/invitecode.html @@ -1,6 +1,6 @@ {% extends "admin/shell.html" %} -{% block title %}Home{% endblock %} +{% block title %}Invite Codes{% endblock %} {% block head %} {% endblock %}