fdsfds
This commit is contained in:
parent
f596b4b8b6
commit
6a406ee6b6
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
let uid = document.getElementById('uid')
|
let uid = document.getElementById('uid').innerHTML
|
||||||
|
|
||||||
if (uid)
|
if (uid)
|
||||||
{
|
{
|
||||||
|
|
|
@ -727,10 +727,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if v %}
|
{% if v %}
|
||||||
<script src="/assets/js/userpage_v.js?v=75"></script>
|
<script src="/assets/js/userpage_v.js?v=76"></script>
|
||||||
<div id="tax" class="d-none">{% if v.patron or u.patron %}0{% else %}0.03{% endif %}</div>
|
<div id="tax" class="d-none">{% if v.patron or u.patron %}0{% else %}0.03{% endif %}</div>
|
||||||
<div id="username" class="d-none">{{u.username}}</div>
|
<div id="username" class="d-none">{{u.username}}</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<script src="/assets/js/userpage.js?v=75"></script>
|
<script src="/assets/js/userpage.js?v=76"></script>
|
||||||
{% endblock %}
|
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue