From 6a406ee6b6c921c8f9bb2461f06de1c6716c2871 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 9 Dec 2021 23:31:18 +0200 Subject: [PATCH] fdsfds --- files/assets/js/userpage.js | 2 +- files/templates/userpage.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/assets/js/userpage.js b/files/assets/js/userpage.js index 089412218..9ddcaab40 100644 --- a/files/assets/js/userpage.js +++ b/files/assets/js/userpage.js @@ -1,4 +1,4 @@ -let uid = document.getElementById('uid') +let uid = document.getElementById('uid').innerHTML if (uid) { diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 4f9fcce8b..f754df40d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -727,10 +727,10 @@ {% endif %} {% if v %} - +
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
{{u.username}}
{% endif %} - + {% endblock %} \ No newline at end of file