fnp
/
prawokultury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
"fix" search
[prawokultury.git]
/
prawokultury
/
contact_forms.py
diff --git
a/prawokultury/contact_forms.py
b/prawokultury/contact_forms.py
index
91cb5fd
..
b47bd4b
100644
(file)
--- a/
prawokultury/contact_forms.py
+++ b/
prawokultury/contact_forms.py
@@
-115,8
+115,7
@@
class RegisterSpeaker(RegistrationForm):
agree_data = None
agree_terms = forms.BooleanField(
agree_data = None
agree_terms = forms.BooleanField(
- label=_('Terms and Conditions'),
- help_text=mark_safe_lazy(_(u'I accept <a href="/en/info/terms-and-conditions/">'
+ label=mark_safe_lazy(_(u'I accept <a href="/en/info/terms-and-conditions/">'
u'CopyCamp Terms and Conditions</a>.'))
)
u'CopyCamp Terms and Conditions</a>.'))
)