diff --git a/files/templates/admin/app.html b/files/templates/admin/app.html index 4bc74b844..6d8f5c17b 100644 --- a/files/templates/admin/app.html +++ b/files/templates/admin/app.html @@ -1,66 +1,57 @@ {% extends "default.html" %} {% block pagetitle %}API App Administration{% endblock %} {% block content %} -
-
-
- -
-
-
- +
+
+
+
+
+
+ +
+
+ + + + + + + + + +
+
+
-
- - - - - +
+ - - - - -
-
- -
- -
- - - -{% if listing %} - {% include "post_listing.html" %} -{% elif comments %} - {% include "comments.html" %} -{% endif %} - -
-
- {% endblock %}