From f15285d596042a028344c20e45fabe4371f9df69 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Thu, 27 Apr 2017 10:34:52 +0200 Subject: [PATCH] typo in a comment --- prawokultury/contact_forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py index 836f21b..7f55feb 100644 --- a/prawokultury/contact_forms.py +++ b/prawokultury/contact_forms.py @@ -191,7 +191,7 @@ class RegisterSpeaker(RegistrationForm): form_title = _('Open call for presentations') notify_on_register = False - # inherited fields included do they are not translated + # inherited fields included so they are not translated first_name = forms.CharField(label=_('First name'), max_length=128) last_name = forms.CharField(label=_('Last name'), max_length=128) organization = forms.CharField(label=_('Organization'), -- 2.20.1