diff --git a/template/article_template.html b/template/article_template.html
index 7f0e3cf..6af2ce8 100644
--- a/template/article_template.html
+++ b/template/article_template.html
@@ -22,6 +22,9 @@
{{ article.title }}
+ {% if article.draft %}
+ DRAFT DRAFT D
+ {% endif %}
{{ article.summary }}
@@ -52,7 +55,7 @@