mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Llamas are being oppressed.
This commit is contained in:
parent
19367e57b0
commit
d9f5514b58
1 changed files with 2 additions and 2 deletions
|
@ -411,9 +411,9 @@ class AdherentCreationForm(AdherentForm):
|
||||||
super(AdherentCreationForm, self).__init__(*args, **kwargs)
|
super(AdherentCreationForm, self).__init__(*args, **kwargs)
|
||||||
gtu_file = GeneralOption.get_cached_value('GTU')
|
gtu_file = GeneralOption.get_cached_value('GTU')
|
||||||
self.fields['gtu_check'].label = mark_safe(
|
self.fields['gtu_check'].label = mark_safe(
|
||||||
"%s <a href='%s' target='_blank' download='CGU'>%s</a>." % (
|
"%s <a href='%s' download='CGU'>%s</a>." % (
|
||||||
_("I commit to accept the"),
|
_("I commit to accept the"),
|
||||||
gtu_file.url if gtu_file else "https://en.wikipedia.org/wiki/Llama",
|
gtu_file.url if gtu_file else "#",
|
||||||
_("General Terms of Use")
|
_("General Terms of Use")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue