From 61b83c7be5bc0863d6f8a1489589f6f775af23b4 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 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