fix previous commit

remotes/1693045480750635534/spooky-22
Aevann1 2022-07-20 02:57:30 +02:00
parent ec2c1afba1
commit cdfc68cb4b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
</div>
{% endif %}
<div id="post-{{p.id}}" class="{% if p.unread %}unread{% endif %} {% if p.is_banned %}banned{% endif %} {% if p.deleted_utc %}deleted{% endif %} {% if p.stickied %}stickied{% endif %} {% if voted==1 %}upvoted{% elif voted==-1 %}downvoted{% endif %} {% if p.over_18 %}nsfw{% endif %}">
<div id="post-{{p.id}}" class="{% if p.unread %}unread{% else %}card{% endif %} {% if p.is_banned %} banned{% endif %}{% if p.deleted_utc %} 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">