summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/messages/reply_form.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-05 04:46:04 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-05 04:46:04 +0100
commit6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69 (patch)
treef1212c6a47f23d02a497ffabc02913f9b25900ac /hyperkitty/templates/messages/reply_form.html
parent0a8afb682c861c81073bd99d2e8878992137ce56 (diff)
downloadhyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.tar.gz
hyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.tar.xz
hyperkitty-6a5ffc2be512e507fac65ac9b4c5fa87b68a6c69.zip
Normalize some variable names
Diffstat (limited to 'hyperkitty/templates/messages/reply_form.html')
-rw-r--r--hyperkitty/templates/messages/reply_form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/messages/reply_form.html b/hyperkitty/templates/messages/reply_form.html
index 29bd15b..eca1dc6 100644
--- a/hyperkitty/templates/messages/reply_form.html
+++ b/hyperkitty/templates/messages/reply_form.html
@@ -1,7 +1,7 @@
<a class="reply icon-envelope" href="#">Reply</a>
<div class="reply-form dropdown">
<form method="post"
- action="{% url message_reply mlist_fqdn=mlist_fqdn, message_id=message_id %}">
+ action="{% url message_reply mlist_fqdn=mlist_fqdn, message_id_hash=message_id_hash %}">
{% csrf_token %}
{{ reply_form.as_p }}
<p class="buttons">