1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 01:48:21 +02:00

translation

This commit is contained in:
bleizi
2023-08-31 13:40:53 +02:00
parent b3353b563c
commit dab45b5fd4
4 changed files with 234 additions and 168 deletions

View File

@ -49,8 +49,9 @@ class ProfileForm(forms.ModelForm):
VSS_charter_read = forms.BooleanField(
required=True,
label=_("Anti-VSS charter read and approved"),
help_text=_("Tick after having read and accepted the anti-VSS charter <a href=https://perso.crans.org/club-bde/Charte-anti-VSS.pdf target=_blank> available in pdf</a>")
label=_("Anti-VSS (<em>Violences Sexistes et Sexuelles</em>) charter read and approved"),
help_text=_("Tick after having read and accepted the anti-VSS charter \
<a href=https://perso.crans.org/club-bde/Charte-anti-VSS.pdf target=_blank> available here in pdf</a>")
)
def clean_promotion(self):