remotes/1693045480750635534/spooky-22
Aevann1 2022-01-06 19:09:03 +02:00
parent 58eba0a3f5
commit 597ea69802
3 changed files with 3 additions and 3 deletions

View File

@ -692,7 +692,7 @@
{% if v %}
<div id='tax' class="d-none">{% if v.patron or u.patron or v.alts_patron or u.alts_patron %}0{% else %}0.03{% endif %}</div>
<script src="/static/assets/js/userpage_v.js?a=7"></script>
<script src="/static/assets/js/userpage_v.js?a=8"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}

View File

@ -110,7 +110,7 @@
{% if v %}
<div id='tax' class="d-none">{% if v.patron or u.patron %}0{% else %}0.03{% endif %}</div>
<script src="/static/assets/js/userpage_v.js?a=7"></script>
<script src="/static/assets/js/userpage_v.js?a=8"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}

View File

@ -44,7 +44,7 @@
{% if v %}
<div id='tax' class="d-none">{% if v.patron or u.patron %}0{% else %}0.03{% endif %}</div>
<script src="/static/assets/js/userpage_v.js?a=7"></script>
<script src="/static/assets/js/userpage_v.js?a=8"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}