summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message_new.html
diff options
context:
space:
mode:
Diffstat (limited to 'hyperkitty/templates/message_new.html')
-rw-r--r--hyperkitty/templates/message_new.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/templates/message_new.html b/hyperkitty/templates/message_new.html
index 28231c8..6cfd529 100644
--- a/hyperkitty/templates/message_new.html
+++ b/hyperkitty/templates/message_new.html
@@ -27,6 +27,7 @@ Create a new thread - {{ mlist.display_name|default:mlist.name|escapeemail }} -
action="{% url 'message_new' mlist_fqdn=mlist.name %}">
{% csrf_token %}
{{ post_form|crispy }}
+ <p class="note">Please note that you should be subscribed to the list or your reply won't get through.</p>
<p class="buttons">
<button type="submit" class="submit btn btn-primary">Send</button>
or <a class="cancel" href="{% url 'archives_latest' mlist_fqdn=mlist.name %}">cancel</a>