Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
talvasconcelos committed Oct 25, 2024
1 parent c0e85cb commit 3ca9d35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/withdraw/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{% extends "base.html" %} {% from "macros.jinja" import window_vars with context
%} {% block scripts %} {{ window_vars(user) }}
<script src="/withdraw/static/js/index.js"></script>
{% endblock %} {% block page %}
%} {% block page %}
<div class="row q-col-gutter-md">
<div class="col-12 col-md-7 q-gutter-y-md">
<q-card>
Expand Down Expand Up @@ -475,4 +473,6 @@ <h6 class="text-subtitle1 q-my-none">
</q-card>
</q-dialog>
</div>
{% endblock %}{% block scripts %} {{ window_vars(user) }}
<script src="{{ static_url_for('withdraw/static', path='js/index.js') }}"></script>
{% endblock %}

0 comments on commit 3ca9d35

Please sign in to comment.