From 99d12c6fac251d3f8540ada45df12469f302909b Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 11 Mar 2023 08:05:34 +0200 Subject: [PATCH] remove unused variable --- files/templates/userpage/userpage.html | 1 - files/templates/util/html_head.html | 1 - 2 files changed, 2 deletions(-) diff --git a/files/templates/userpage/userpage.html b/files/templates/userpage/userpage.html index a686b3c50..838f8b3aa 100644 --- a/files/templates/userpage/userpage.html +++ b/files/templates/userpage/userpage.html @@ -3,7 +3,6 @@ {% block pagetitle %}@{{u.username}}'s profile{% endblock %} {% block head_final %} {% if u and u.profile_background %} - {% set displaying_bg = True %} {% endif %} {% if u and (u.profilecss or u.profile_background) and not request.values.get('nocss') %} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index c98032827..5b631fa1d 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -147,7 +147,6 @@ {% endif %} {% if background %} - {% set displaying_bg = True %} {% endif %} {% endif %}