Merge pull request #188 from Atul9/confirm-delete

[#184] Confirm before deleting an article
This commit is contained in:
Baptiste Gelez
2018-09-03 16:28:00 +01:00
committed by GitHub
+1 -1
View File
@@ -24,7 +24,7 @@
<span class="date">{{ date | date(format="%B %e, %Y") }}</span> <span class="date">{{ date | date(format="%B %e, %Y") }}</span>
{% if is_author %} {% if is_author %}
&mdash; &mdash;
<a href="{{ article.url}}delete">{{ "Delete this article" | _ }}</a> <a href="{{ article.url}}delete" onclick="return confirm('Are you sure you?')">{{ "Delete this article" | _ }}</a>
{% endif %} {% endif %}
</p> </p>
<article> <article>