From 0e901c7f590f3a22e9939a0d840461ef65e63242 Mon Sep 17 00:00:00 2001 From: Atul Bhosale Date: Sat, 1 Sep 2018 19:58:50 +0530 Subject: [PATCH] Confirm before deleting an article --- templates/posts/details.html.tera | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/posts/details.html.tera b/templates/posts/details.html.tera index cfd947e8..e7f3dd08 100644 --- a/templates/posts/details.html.tera +++ b/templates/posts/details.html.tera @@ -24,7 +24,7 @@ {{ date | date(format="%B %e, %Y") }} {% if is_author %} — - {{ "Delete this article" | _ }} + {{ "Delete this article" | _ }} {% endif %}