diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html index 3052d265a..ec6ec1d80 100644 --- a/files/templates/admin/image_posts.html +++ b/files/templates/admin/image_posts.html @@ -54,3 +54,6 @@ {% endblock %} + +{% block SongsTax %} +{% endblock %} \ No newline at end of file diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html index 383164796..476d680fa 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -33,4 +33,15 @@ {% endblock %} {% block pagenav %} +{% if u.song %} +
{{u.id}}
+{% endif %} + +{% if v %} +
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
+ +
{{u.username}}
+{% endif %} + + {% endblock %} \ No newline at end of file