summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-07-05 13:53:28 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-07-05 13:53:28 +0200
commitb0a2a5085b016e2fcf493c9a27bb28f0faebb8d1 (patch)
treec571d46638a768319b77b0cfbcc7a5be3603f921 /hyperkitty/templates
parentecca23e67b63ef6c9577652a7ea820645a3d9b55 (diff)
downloadhyperkitty-b0a2a5085b016e2fcf493c9a27bb28f0faebb8d1.tar.gz
hyperkitty-b0a2a5085b016e2fcf493c9a27bb28f0faebb8d1.tar.xz
hyperkitty-b0a2a5085b016e2fcf493c9a27bb28f0faebb8d1.zip
Fix the reply form on the message page
Diffstat (limited to 'hyperkitty/templates')
-rw-r--r--hyperkitty/templates/message.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index 5f9bc73..ca0d5b6 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -33,3 +33,13 @@
</div>
{% endblock %}
+
+{% block additionaljs %}
+
+<script type="text/javascript">
+ $(document).ready(function() {
+ setup_emails_list();
+ });
+</script>
+
+{% endblock %}