From e02d8e53ba6c01257db6e74d4f68841585d3c9fa Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 13 Dec 2021 07:32:45 -0600 Subject: [PATCH] fix --- files/templates/admin/apps.html | 58 +++++++++++++++++---------------- 1 file changed, 30 insertions(+), 28 deletions(-) diff --git a/files/templates/admin/apps.html b/files/templates/admin/apps.html index eb4e55f34..edd511a41 100644 --- a/files/templates/admin/apps.html +++ b/files/templates/admin/apps.html @@ -7,47 +7,49 @@ {% block content %}
-{% for app in apps %} -
-
- -
- - + {% for app in apps %} +
+
+ +
+ + - - + + - {% if app.client_id %} - - - {% endif %} + {% if app.client_id %} + + + {% endif %} - - - - + + + + +
-
- -{% endfor %} + {% endfor %}