From 69b960f6a4c90774af3d6eaf40e37be3e095979b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 13 Dec 2021 07:27:13 -0600 Subject: [PATCH] fix --- files/templates/admin/app.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/files/templates/admin/app.html b/files/templates/admin/app.html index 59da65439..17a8a6924 100644 --- a/files/templates/admin/app.html +++ b/files/templates/admin/app.html @@ -6,10 +6,7 @@ {% endblock %} {% block content %} - -
-
-
+
@@ -45,15 +42,12 @@
-
- {% if listing %} {% include "submission_listing.html" %} {% elif comments %} {% include "comments.html" %} {% endif %} -