pull/20/head
justcool393 2022-11-19 03:58:00 -06:00
parent c10280ada3
commit fa62487587
1 changed files with 2 additions and 2 deletions

View File

@ -543,7 +543,7 @@
</div> </div>
{% if v %} {% if v %}
{% include "modals/delete_post.html" if v.id == p.author_id else '' %} {% include "modals/delete_post.html" if v.id == p.author_id else '' ignore missing %}
{% include "modals/report_post.html" %} {% include "modals/report_post.html" %}
{% if v.id == p.author_id or v.admin_level >= PERMS['POST_EDITING'] %} {% if v.id == p.author_id or v.admin_level >= PERMS['POST_EDITING'] %}
<script defer src="{{'js/togglePostEdit.js' | asset}}"></script> <script defer src="{{'js/togglePostEdit.js' | asset}}"></script>
@ -558,7 +558,7 @@
{% endif %} {% endif %}
<script defer src="{{'js/clipboard.js' | asset}}"></script> <script defer src="{{'js/clipboard.js' | asset}}"></script>
{% include "comments.html" if not p.replies ignore missing %} {% include "comments.html" if not p.replies else '' ignore missing %}
{% if v.highlightcomments %} {% if v.highlightcomments %}
<script> <script>