From f54e9bf9b4884c6530fea84cecccd26439e304da Mon Sep 17 00:00:00 2001 From: aronwk-aaron Date: Sun, 16 Oct 2022 20:49:45 -0500 Subject: [PATCH] hotfix --- app/templates/partials/_account.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/partials/_account.html.j2 b/app/templates/partials/_account.html.j2 index 19704cc..78e9d63 100644 --- a/app/templates/partials/_account.html.j2 +++ b/app/templates/partials/_account.html.j2 @@ -108,7 +108,7 @@ {% endif %} - {% elif current_user.gm_level = 9%} + {% elif current_user.gm_level == 9 %}
Reset User's Password