From 3c1e355bdf068aaaaf7594897e1b78caf732d4d2 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Sat, 3 Aug 2013 16:04:35 +0200 Subject: Fix attachments widget on replies --- hyperkitty/views/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hyperkitty/views/forms.py') 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 (-) -%(attach_first_text)s -%(attach_another_text)s +%(attach_first_text)s +%(attach_another_text)s """ def render(self, name, value, attrs=None): -- cgit