From e710880e92289778c9db1f787c6e85ade23526c8 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Wed, 24 Apr 2013 15:53:58 +0200 Subject: Revert "Add a warning when replying while not subscribed" This reverts commit 8b3f70bb164aec17b81b7dead02be6165ddfd274. It is not necessary anymore, since changeset f4cf3aa9. --- hyperkitty/static/css/hyperkitty-common.css | 11 ----------- hyperkitty/templates/message_new.html | 1 - hyperkitty/templates/messages/reply_form.html | 3 +-- 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/hyperkitty/static/css/hyperkitty-common.css b/hyperkitty/static/css/hyperkitty-common.css index 7850b94..5bfcdb4 100644 --- a/hyperkitty/static/css/hyperkitty-common.css +++ b/hyperkitty/static/css/hyperkitty-common.css @@ -245,14 +245,3 @@ a.reply.disabled { .new-thread-form textarea { width: 90%; } - - -/* - * Common to both - */ - -.reply-form .note, -.new-thread-form .note { - color: #666666; - font-style: italic; -} diff --git a/hyperkitty/templates/message_new.html b/hyperkitty/templates/message_new.html index 6cfd529..28231c8 100644 --- a/hyperkitty/templates/message_new.html +++ b/hyperkitty/templates/message_new.html @@ -27,7 +27,6 @@ Create a new thread - {{ mlist.display_name|default:mlist.name|escapeemail }} - action="{% url 'message_new' mlist_fqdn=mlist.name %}"> {% csrf_token %} {{ post_form|crispy }} -

Please note that you should be subscribed to the list or your reply won't get through.

or cancel 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 @@ Reply