Merge pull request 'bugfix: correct title on invite codes admin page' (#1) from bugfix/evie/T147 into develop
Reviewed-on: #1
This commit is contained in:
commit
5996083274
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