From 10ee8fd86383c81c70fca6ad0f8023e2dfcecaad Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Dec 2021 08:02:46 +0200 Subject: [PATCH] fds --- files/templates/admin/image_posts.html | 3 +++ files/templates/userpage_private.html | 11 +++++++++++ 2 files changed, 14 insertions(+) diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html index 3052d265a3..ec6ec1d803 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 3831647963..476d680fac 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