diff options
Diffstat (limited to 'hyperkitty/templates/messages')
-rw-r--r-- | hyperkitty/templates/messages/reply_form.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hyperkitty/templates/messages/reply_form.html b/hyperkitty/templates/messages/reply_form.html index ce31031..9094fab 100644 --- a/hyperkitty/templates/messages/reply_form.html +++ b/hyperkitty/templates/messages/reply_form.html @@ -2,7 +2,8 @@ <a class="reply{% if not user.is_authenticated %} disabled" title="You must be logged-in to reply.{% endif %}" href="#">Reply</a> <div class="reply-form dropdown"> - <p class="reply-tools">[<a href="#" class="quote">Quote</a>]</p> + <p class="reply-tools">[<a href="#" class="quote">Quote</a>] + <span class="note">Please note that you should be subscribed to the list or your reply won't get through.</span></p> <form method="post" action="{% url 'message_reply' mlist_fqdn=mlist_fqdn message_id_hash=message_id_hash %}"> {% csrf_token %} |