8
0
Fork 0
mirror of https://gitlab2.federez.net/re2o/re2o synced 2024-11-22 03:13:12 +00:00

Llamas are being oppressed.

This commit is contained in:
Hugo Levy-Falk 2019-09-20 14:20:42 +02:00
parent 19367e57b0
commit d9f5514b58

View file

@ -411,9 +411,9 @@ class AdherentCreationForm(AdherentForm):
super(AdherentCreationForm, self).__init__(*args, **kwargs)
gtu_file = GeneralOption.get_cached_value('GTU')
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"),
gtu_file.url if gtu_file else "https://en.wikipedia.org/wiki/Llama",
gtu_file.url if gtu_file else "#",
_("General Terms of Use")
)
)