fds
This commit is contained in:
parent
5de5d1f6d0
commit
61b83c7be5
2 changed files with 14 additions and 0 deletions
|
@ -54,3 +54,6 @@
|
||||||
</ul>
|
</ul>
|
||||||
</nav>
|
</nav>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block SongsTax %}
|
||||||
|
{% endblock %}
|
|
@ -33,4 +33,15 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block pagenav %}
|
{% 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 %}
|
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue