From 60095aa17c59f747cf9f42fd871a5d73ee857b20 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sun, 9 Nov 2025 01:15:43 +0100 Subject: [PATCH] Fix in edit_users --- templates/admin/edit_users.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/admin/edit_users.phtml b/templates/admin/edit_users.phtml index 8423c30..c798bbc 100644 --- a/templates/admin/edit_users.phtml +++ b/templates/admin/edit_users.phtml @@ -59,7 +59,7 @@ options_post={'url': '${url_for("admin_app.pastafari2_change_user_password", ser $('.close_popup').click(); - //location.reload(); + location.reload(); }