From 40f761c03591e569f35c6500fb46f23123821115 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 23 Sep 2018 15:31:59 +0200 Subject: [PATCH] Fix unicode bug and spelling error --- postgresqleu/confreg/backendforms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresqleu/confreg/backendforms.py b/postgresqleu/confreg/backendforms.py index 2ca165d..ee11265 100644 --- a/postgresqleu/confreg/backendforms.py +++ b/postgresqleu/confreg/backendforms.py @@ -741,7 +741,7 @@ class BackendNewsForm(BackendForm): # Must be administrator on current conference self.fields['author'].queryset = NewsPosterProfile.objects.filter(author__conference=self.conference) # Add help hint dynamically so we can include the conference name - self.fields['title'].help_text = 'Note! Title wil be prefixed with "{0} - " on shared frontpage and RSS!'.format(self.conference.conferencename) + self.fields['title'].help_text = u'Note! Title will be prefixed with "{0} - " on shared frontpage and RSS!'.format(self.conference.conferencename) # -- 2.39.5