diff --git a/files/templates/admins.html b/files/templates/admins.html index 645512e6f..3af60bb09 100644 --- a/files/templates/admins.html +++ b/files/templates/admins.html @@ -1,3 +1,4 @@ + {% extends "settings2.html" %} {% block pagetitle %}Admins{% endblock %} @@ -28,4 +29,4 @@ {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %}