fnp
/
prawokultury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
077f478
)
terms and conditions field
author
Jan Szejko
<jan.szejko@gmail.com>
Wed, 6 Jul 2016 10:48:49 +0000
(12:48 +0200)
committer
Jan Szejko
<jan.szejko@gmail.com>
Wed, 6 Jul 2016 10:48:49 +0000
(12:48 +0200)
prawokultury/contact_forms.py
patch
|
blob
|
history
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(
- 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>.'))
)