From 655f23815601bb1856c3d7c297f3e1ccb5c5e2dd Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 1 Aug 2023 04:36:02 +0300 Subject: [PATCH] Revert "move username in badge_admin.html to the bottom with the other fields" This reverts commit 9bb148227875171efc53cb1bb54c86e40331325b. --- files/templates/admin/badge_admin.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/files/templates/admin/badge_admin.html b/files/templates/admin/badge_admin.html index 70518da08..2bea1a183 100644 --- a/files/templates/admin/badge_admin.html +++ b/files/templates/admin/badge_admin.html @@ -8,11 +8,15 @@ {% 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" %}
+ + +
@@ -41,14 +45,11 @@ {% endfor %}
- - - {% if grant %} - + - + {% endif %}