diff options
Diffstat (limited to 'hyperkitty/templates/messages/reply_form.html')
-rw-r--r-- | hyperkitty/templates/messages/reply_form.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/messages/reply_form.html b/hyperkitty/templates/messages/reply_form.html index 44dcc3a..1b722de 100644 --- a/hyperkitty/templates/messages/reply_form.html +++ b/hyperkitty/templates/messages/reply_form.html @@ -2,7 +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"> - <form method="post" + <form method="post" enctype="multipart/form-data" action="{% url 'message_reply' mlist_fqdn=mlist_fqdn message_id_hash=message_id_hash %}"> {% csrf_token %} <p class="reply-tools"> |