fix prev commit

remotes/1693045480750635534/spooky-22
Aevann1 2022-09-16 15:01:25 +02:00
parent 33634d360c
commit 0923460ea1
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 == 'chudrama' and v.truecoins < 5000) %}
{% elif not (sub and sub.name == 'chudrama' and v.truecoins < 5000) %}
<a href="{{image}}">
<img class="mb-4" alt="sidebar image" onclick="expandDesktopImage()" loading="lazy" src="{{image}}" width=100%>
</a>