master
Aevann1 2022-01-22 00:50:59 +02:00
parent 72e2af12e0
commit 3cfdeaafd2
3 changed files with 3 additions and 3 deletions

View File

@ -698,7 +698,7 @@
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}
<script src="/static/assets/js/userpage.js?a=206"></script>
<script src="/static/assets/js/userpage.js?a=207"></script>
{% endblock %}

View File

@ -114,5 +114,5 @@
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}
<script src="/static/assets/js/userpage.js?a=206"></script>
<script src="/static/assets/js/userpage.js?a=207"></script>
{% endblock %}

View File

@ -48,5 +48,5 @@
<div id="username" class="d-none">{{u.username}}</div>
{% endif %}
<script src="/static/assets/js/userpage.js?a=206"></script>
<script src="/static/assets/js/userpage.js?a=207"></script>
{% endblock %}