From: Jan Szejko Date: Thu, 24 May 2018 15:08:21 +0000 (+0200) Subject: fix stupid unicode error X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/855ab0d921ca2b5d3ff99d787d8d14271dee5a4e?ds=sidebyside fix stupid unicode error --- diff --git a/src/ajaxable/templatetags/ajaxable_tags.py b/src/ajaxable/templatetags/ajaxable_tags.py index 9af58e935..31897d1b0 100644 --- a/src/ajaxable/templatetags/ajaxable_tags.py +++ b/src/ajaxable/templatetags/ajaxable_tags.py @@ -23,7 +23,7 @@ def placeholdized_ul(form): @register.filter def pretty_field(field, template=None): if template is None: - template = ''' + template = u'''
  • %(errors)s