diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2013-02-06 22:27:15 +0100 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2013-02-06 22:27:15 +0100 |
commit | 70ee90217657b8e30dc766d70322c19546cb8368 (patch) | |
tree | 9fd7b1dca034b11cf3a8bcae161bba925ad644d9 /hyperkitty/templates | |
parent | fa04cb6fb6da7861c6d23991a5c2636e5b2a641f (diff) | |
download | hyperkitty-70ee90217657b8e30dc766d70322c19546cb8368.tar.gz hyperkitty-70ee90217657b8e30dc766d70322c19546cb8368.tar.xz hyperkitty-70ee90217657b8e30dc766d70322c19546cb8368.zip |
Add a link to quote the message being replied to
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r-- | hyperkitty/templates/messages/reply_form.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hyperkitty/templates/messages/reply_form.html b/hyperkitty/templates/messages/reply_form.html index eca1dc6..e1138f2 100644 --- a/hyperkitty/templates/messages/reply_form.html +++ b/hyperkitty/templates/messages/reply_form.html @@ -1,5 +1,6 @@ <a class="reply icon-envelope" href="#">Reply</a> <div class="reply-form dropdown"> + <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 %} |