From 109b91e977b1e6ab6d9e7f7f534c1156fcdc12be Mon Sep 17 00:00:00 2001 From: Aevann Date: Fri, 29 Sep 2023 09:31:01 +0300 Subject: [PATCH] fix tabs and label --- files/templates/admin/app.html | 103 +++++++++++++++------------------ 1 file changed, 47 insertions(+), 56 deletions(-) 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 %}