bugfix: correct title on invite codes admin page

fixes #T147
This commit is contained in:
Evie Viau-Chow-Stuart 2025-03-10 20:06:08 -07:00
parent bf9e511789
commit 01c2bf3d52
Signed by: evie
GPG key ID: 928652CDFCEC8099

View file

@ -1,6 +1,6 @@
{% extends "admin/shell.html" %} {% extends "admin/shell.html" %}
{% block title %}Home{% endblock %} {% block title %}Invite Codes{% endblock %}
{% block head %} {% block head %}
{% endblock %} {% endblock %}