X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/077f4784b82b151dde0097ed7c2b2aefcf232ea6..359f91f099ce3bce40c70c5cb55dd8db4bb77d04:/prawokultury/contact_forms.py?ds=sidebyside
diff --git a/prawokultury/contact_forms.py b/prawokultury/contact_forms.py
index 91cb5fd..b47bd4b 100644
--- a/prawokultury/contact_forms.py
+++ b/prawokultury/contact_forms.py
@@ -115,8 +115,7 @@ class RegisterSpeaker(RegistrationForm):
agree_data = None
agree_terms = forms.BooleanField(
- label=_('Terms and Conditions'),
- help_text=mark_safe_lazy(_(u'I accept '
+ label=mark_safe_lazy(_(u'I accept '
u'CopyCamp Terms and Conditions.'))
)