1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-07-21 00:19:10 +02:00

Wei details

This commit is contained in:
Ehouarn
2025-07-19 18:04:14 +02:00
parent 03c1bb41b6
commit 61999a31a5
2 changed files with 2 additions and 4 deletions

View File

@ -82,7 +82,7 @@ class WEIRegistration1AForm(WEIRegistrationForm):
class WEIChooseBusForm(forms.Form):
bus = forms.ModelMultipleChoiceField(
queryset=Bus.objects,
label=_("bus"),
label=_("Bus"),
help_text=_("This choice is not definitive. The WEI organizers are free to attribute for you a bus and a team,"
+ " in particular if you are a free eletron."),
widget=CheckboxSelectMultiple(),