remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 18:53:57 +02:00
parent efa78b6da1
commit 8341b7ec7c
1 changed files with 7 additions and 3 deletions

View File

@ -20,6 +20,12 @@
{% endif %}
1 {{environ.get("SITE_NAME")}}
2 {{app_config("SITE_NAME")}}
3 {{app.config["HCAPTCHA_SITEKEY"]}}
{% if "sex" in 'SITE_NAME' | app_config %}
sex
{% endif %}
<div id="post-{{p.id}}" class="card{% if p.is_banned %} banned{% endif %}{% if p.deleted_utc > 0 %} deleted{% endif %}{% if p.stickied %} stickied{% endif %}{% if voted==1 %} upvoted{% elif voted==-1 %} downvoted{% endif %}{% if p.over_18 %} nsfw{% endif %}">
<div class="d-flex flex-row-reverse flex-md-row flex-nowrap justify-content-end">
@ -55,9 +61,7 @@
<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>
{% else %}
<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 {% 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 %}