From 3ca9d35a5d25608a6ed17a584ce1b420a679eb0b Mon Sep 17 00:00:00 2001 From: Tiago Vasconcelos Date: Fri, 25 Oct 2024 15:18:43 +0100 Subject: [PATCH] . --- templates/withdraw/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/withdraw/index.html b/templates/withdraw/index.html index d28b104..1014a2c 100644 --- a/templates/withdraw/index.html +++ b/templates/withdraw/index.html @@ -1,7 +1,5 @@ {% extends "base.html" %} {% from "macros.jinja" import window_vars with context -%} {% block scripts %} {{ window_vars(user) }} - -{% endblock %} {% block page %} +%} {% block page %}
@@ -475,4 +473,6 @@
+{% endblock %}{% block scripts %} {{ window_vars(user) }} + {% endblock %}