aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/delete_post.html
diff options
context:
space:
mode:
authorcitrons <citrons>2021-06-20 06:42:51 +0000
committercitrons <citrons>2021-06-20 06:42:51 +0000
commitb1780ca83b786eea64e8bc15b89284509485d0e4 (patch)
treed3f8d032c4fb7e7deafedd5ea0400c6a72f47dd2 /apioforum/templates/delete_post.html
parent47b68768d6b13c93bc6f4544754427daa696f9d7 (diff)
refactoring and UI improvement
Diffstat (limited to 'apioforum/templates/delete_post.html')
-rw-r--r--apioforum/templates/delete_post.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/apioforum/templates/delete_post.html b/apioforum/templates/delete_post.html
index 6f99704..2f16598 100644
--- a/apioforum/templates/delete_post.html
+++ b/apioforum/templates/delete_post.html
@@ -5,9 +5,7 @@
{% endblock %}
{% block content %}
-{% call disp_post(post, False) %}
-{{ rendered_content | safe }}
-{% endcall %}
+{{ disp_post(post, False) }}
<form method="post">
<p>confirm delete?</p>