summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/messages/reply_form.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-04-24 15:53:58 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-04-24 15:53:58 +0200
commite710880e92289778c9db1f787c6e85ade23526c8 (patch)
treeedfc6c8099be915bd8d6179ccc3d6c8a6bd53f8e /hyperkitty/templates/messages/reply_form.html
parentf4cf3aa93f23e04b20ef783fcdb0b3c0388e6d34 (diff)
downloadhyperkitty-e710880e92289778c9db1f787c6e85ade23526c8.tar.gz
hyperkitty-e710880e92289778c9db1f787c6e85ade23526c8.tar.xz
hyperkitty-e710880e92289778c9db1f787c6e85ade23526c8.zip
Revert "Add a warning when replying while not subscribed"
This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9.
Diffstat (limited to 'hyperkitty/templates/messages/reply_form.html')
-rw-r--r--hyperkitty/templates/messages/reply_form.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/hyperkitty/templates/messages/reply_form.html b/hyperkitty/templates/messages/reply_form.html
index 9094fab..ce31031 100644
--- a/hyperkitty/templates/messages/reply_form.html
+++ b/hyperkitty/templates/messages/reply_form.html
@@ -2,8 +2,7 @@
<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>]
- <span class="note">Please note that you should be subscribed to the list or your reply won't get through.</span></p>
+ <p class="reply-tools">[<a href="#" class="quote">Quote</a>]</p>
<form method="post"
action="{% url 'message_reply' mlist_fqdn=mlist_fqdn message_id_hash=message_id_hash %}">
{% csrf_token %}