From 9bb148227875171efc53cb1bb54c86e40331325b Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 1 Aug 2023 01:27:53 +0300 Subject: [PATCH] move username in badge_admin.html to the bottom with the other fields --- files/templates/admin/badge_admin.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 %}