diff --git a/files/templates/admin/badge_admin.html b/files/templates/admin/badge_admin.html index 2bea1a183..70518da08 100644 --- a/files/templates/admin/badge_admin.html +++ b/files/templates/admin/badge_admin.html @@ -8,15 +8,11 @@ {% if error %}{{macros.alert(error, true)}}{% endif %} {% if msg %}{{macros.alert(msg, false)}}{% endif %} -
{{title}}
{% set form_action = "/admin/badge_grant" if grant else "/admin/badge_remove" %}
- - -
@@ -45,11 +41,14 @@ {% endfor %}
+ + + {% if grant %} - + - + {% endif %}