From 47cfa0d9223d44eb263288a549622359a8dc38b8 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 3 Aug 2023 07:34:46 +0300 Subject: [PATCH] Revert "Revert "move username in badge_admin.html to the bottom with the other fields"" This reverts commit 655f23815601bb1856c3d7c297f3e1ccb5c5e2dd. --- 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 %}