remotes/1693045480750635534/spooky-22
Aevann1 2021-12-17 08:02:46 +02:00
parent 53470bf2a9
commit 10ee8fd863
2 changed files with 14 additions and 0 deletions

View File

@ -54,3 +54,6 @@
</ul>
</nav>
{% endblock %}
{% block SongsTax %}
{% endblock %}

View File

@ -33,4 +33,15 @@
{% endblock %}
{% block pagenav %}
{% if u.song %}
<div id="uid" class="d-none">{{u.id}}</div>
{% endif %}
{% if v %}
<div id='tax' class="d-none">{% if v.patron or u.patron %}0{% else %}0.03{% endif %}</div>
<script src="/assets/js/userpage_v.js?v=190"></script>
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}
<script src="/assets/js/userpage.js?v=190"></script>
{% endblock %}