|
|
|
@ -384,8 +384,8 @@ class AdherentCreationForm(AdherentForm): |
|
|
|
|
|
|
|
# Checkbox for GTU |
|
|
|
gtu_check = forms.BooleanField(required=True) |
|
|
|
gtu_check.label = mark_safe("{} <a href='/media/{}' download='CGU'>{}</a>{}".format( |
|
|
|
_("I commit to accept the"), GeneralOption.get_cached_value('GTU'), _("General Terms of Use"), _("."))) |
|
|
|
#gtu_check.label = mark_safe("{} <a href='/media/{}' download='CGU'>{}</a>{}".format( |
|
|
|
# _("I commit to accept the"), GeneralOption.get_cached_value('GTU'), _("General Terms of Use"), _("."))) |
|
|
|
|
|
|
|
def __init__(self, *args, **kwargs): |
|
|
|
super(AdherentCreationForm, self).__init__(*args, **kwargs) |
|
|
|
|