forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2022-01-24 21:16:29 +02:00
parent 3cb3b5f2c4
commit b3a8f84f69
3 changed files with 3 additions and 3 deletions

View File

@ -690,7 +690,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=221"></script>
<script src="/static/assets/js/userpage_v.js?a=222"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}

View File

@ -114,7 +114,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=221"></script>
<script src="/static/assets/js/userpage_v.js?a=222"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}

View File

@ -48,7 +48,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=221"></script>
<script src="/static/assets/js/userpage_v.js?a=222"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}