subs: fix weird sidebar 500

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-11-02 19:50:28 -05:00
parent 753178a186
commit b795602475
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
<a href="/i/{{SITE_NAME}}/sidebar2.webp">
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="/i/{{SITE_NAME}}/sidebar2.webp" width=100%>
</a>
{% elif not (sub and sub.name == 'chudrama' and v.truecoins < 5000) %}
{% elif not (sub and sub.name == 'chudrama' and v and v.can_see_chudrama) %}
<a href="{{image}}">
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
</a>