remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 18:55:30 +02:00
parent 2b207e0e47
commit c0eb0cd145
1 changed files with 0 additions and 4 deletions

View File

@ -55,16 +55,12 @@
<div {% if request.host in ['gigachadlife.com', 'marsey.tech'] %}style="display:none!important"{% endif %} id="post-{{p.id}}-down" tabindex="0" data-id-down="{{p.id}}" data-content-type="post" class="text-muted mx-auto arrow-down downvote-button post-{{p.id}}-down {% if voted==-1 %}active{% endif %}"></div>
{% endif %}
{% else %}
<div id="post-{{p.id}}-up" tabindex="0" class="mx-auto arrow-up" onclick="location.href='/login';"></div>
<span id="post-{{p.id}}-score-none" class="score"{% if not p.is_banned %} data-toggle="tooltip" data-placement="right" data-original-title="+{{ups}} | -{{downs}}"{% endif %}>{{score}}</span>
<div {% if request.host in ['gigachadlife.com', 'marsey.tech'] %}style="display:none!important"{% endif %} id="post-{{p.id}}-down" tabindex="0" class="text-muted mx-auto arrow-down" onclick="location.href='/login';"></div>
{% endif %}
</div>
{% endif %}