bugfix: correct title on invite codes admin page
fixes #T147
This commit is contained in:
parent
bf9e511789
commit
01c2bf3d52
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Reference in a new issue