From a6876bf7a05515cc4f16a70324990f11193933c1 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 20 Apr 2018 17:04:01 +0200 Subject: [PATCH] fix newsletter field in registration form --- src/ajaxable/templatetags/ajaxable_tags.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ajaxable/templatetags/ajaxable_tags.py b/src/ajaxable/templatetags/ajaxable_tags.py index 55059e55b..ec90e4794 100644 --- a/src/ajaxable/templatetags/ajaxable_tags.py +++ b/src/ajaxable/templatetags/ajaxable_tags.py @@ -39,7 +39,7 @@ def pretty_field(field, template=None): @register.filter def pretty_checkbox(field): - return pretty_field(field, template=''' + return pretty_field(field, template=u'''
  • %(errors)s -- 2.20.1