remove reference to transparent theme

pull/83/head
Aevann1 2022-12-21 08:26:16 +02:00
parent 5429ed3673
commit a557262029
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@
<button type="button" class="btn btn-secondary" onclick="toggle()" {% if v.id == u.id %}style="margin-bottom:0!important;padding:0.3rem 0.75rem!important"{% endif %}><i class="fas fa-music mr-1"></i> Toggle Anthem</button>
{% endif %}
{% if v and v.id == u.id and (v.profile_background or v.theme == 'transparent') %}
{% if v and v.id == u.id and v.profile_background %}
<div>
<form class="mt-3" id="upload-profile-background-mobile" action="/settings/profile_background" method="post" enctype="multipart/form-data">
<input type="hidden" name="formkey" value="{{v|formkey}}">