remove unused variable
parent
141c2c8d9f
commit
99d12c6fac
|
@ -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') %}
|
||||
|
|
|
@ -147,7 +147,6 @@
|
|||
{% endif %}
|
||||
|
||||
{% if background %}
|
||||
{% set displaying_bg = True %}
|
||||
<link rel="stylesheet" href="{{('css/transparent.css') | asset}}">
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue