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 %}