remotes/1693045480750635534/spooky-22
kek7198 2021-11-25 15:11:27 -06:00
parent 5182ebc88f
commit 1c3ff572da
1 changed files with 20 additions and 16 deletions

View File

@ -639,6 +639,26 @@
</div>
</div>
{% endblock %}
<!-- Sidebar -->
{% block sidebar %}
{% include "/sidebars/SubmissionSidebar.html" %}
{% endblock %}
{% block modals %}
{% if v and v.id==p.author_id %}
{% include "delete_post_modal.html" %}
{% endif %}
{% if v %}
{% include "report_post_modal.html" %}
{% endif %}
{% endblock %}
{% block scripts %}
<script>
(() => {
const date = new Date({{p.created_utc*1000}});
@ -669,20 +689,4 @@
{%endif%}
})()
</script>
{% if v and v.id==p.author_id %}
{% include "delete_post_modal.html" %}
{% endif %}
{% if v %}
{% include "report_post_modal.html" %}
{% endif %}
</div>
{% endblock %}
<!-- Sidebar -->
{% block sidebar %}
{% include "/sidebars/SubmissionSidebar.html" %}
{% endblock %}