summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/message_new.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/hyperkitty/templates/message_new.html b/hyperkitty/templates/message_new.html
index 28231c8..7f10e77 100644
--- a/hyperkitty/templates/message_new.html
+++ b/hyperkitty/templates/message_new.html
@@ -22,6 +22,13 @@ Create a new thread - {{ mlist.display_name|default:mlist.name|escapeemail }} -
<h1>Create a new thread</h1>
</div>
+ {% if failure %}
+ <div class="alert alert-error">
+ <button type="button" class="close" data-dismiss="alert">&times;</button>
+ {{ failure }}
+ </div>
+ {% endif %}
+
<div class="new-thread-form">
<form method="post"
action="{% url 'message_new' mlist_fqdn=mlist.name %}">