summaryrefslogtreecommitdiffstats
path: root/hyperkitty/views
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-08-03 16:04:35 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-08-03 16:04:35 +0200
commit3c1e355bdf068aaaaf7594897e1b78caf732d4d2 (patch)
tree3c7a306dc6fec5d058f33e60e0904e0c4bd17edc /hyperkitty/views
parent5ea2dc6bb7da2b51077e5dabb03a8fcc6334cd5e (diff)
downloadhyperkitty-3c1e355bdf068aaaaf7594897e1b78caf732d4d2.tar.gz
hyperkitty-3c1e355bdf068aaaaf7594897e1b78caf732d4d2.tar.xz
hyperkitty-3c1e355bdf068aaaaf7594897e1b78caf732d4d2.zip
Fix attachments widget on replies
Diffstat (limited to 'hyperkitty/views')
-rw-r--r--hyperkitty/views/forms.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/views/forms.py b/hyperkitty/views/forms.py
index 19bba26..648f43e 100644
--- a/hyperkitty/views/forms.py
+++ b/hyperkitty/views/forms.py
@@ -109,8 +109,8 @@ class AttachmentFileInput(forms.FileInput):
%(input)s <a href="#" title="%(rm_text)s">(-)</a>
</span>
<span class="attach-files"></span>
-<a class="attach-files-first">%(attach_first_text)s</a>
-<a class="attach-files-add">%(attach_another_text)s</a>
+<a href="#" class="attach-files-first">%(attach_first_text)s</a>
+<a href="#" class="attach-files-add">%(attach_another_text)s</a>
"""
def render(self, name, value, attrs=None):