mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Translations fix
This commit is contained in:
@ -73,7 +73,7 @@ class SearchForm(forms.ModelForm):
|
||||
("MAN", _("Man")),
|
||||
("WOMAN", _("Woman")),
|
||||
("INDIFFERENT", _("Indifferent"))
|
||||
], widget=forms.RadioSelect, initial="INDIFFERENT")
|
||||
], widget=forms.RadioSelect, initial="INDIFFERENT", label=_('Sex'))
|
||||
|
||||
quick = forms.CharField(label=_('Last/First name or nickname'), max_length=255)
|
||||
|
||||
|
Reference in New Issue
Block a user