remove unused variable

pull/139/head
Aevann 2023-03-11 08:05:34 +02:00
parent 141c2c8d9f
commit 99d12c6fac
2 changed files with 0 additions and 2 deletions

View File

@ -3,7 +3,6 @@
{% block pagetitle %}@{{u.username}}'s profile{% endblock %}
{% block head_final %}
{% if u and u.profile_background %}
{% set displaying_bg = True %}
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">
{% endif %}
{% if u and (u.profilecss or u.profile_background) and not request.values.get('nocss') %}

View File

@ -147,7 +147,6 @@
{% endif %}
{% if background %}
{% set displaying_bg = True %}
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">
{% endif %}
{% endif %}