mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Updated text and translations to be more inclusive
This commit is contained in:
@ -332,7 +332,10 @@ class UserPropForm(forms.ModelForm):
|
||||
|
||||
class UserGodfathersForm(forms.Form):
|
||||
type = forms.ChoiceField(
|
||||
choices=[("godfather", _("Godfather")), ("godchild", _("Godchild"))],
|
||||
choices=[
|
||||
("godfather", _("Godfather / Godmother")),
|
||||
("godchild", _("Godchild")),
|
||||
],
|
||||
label=_("Add"),
|
||||
)
|
||||
user = AutoCompleteSelectField(
|
||||
|
Reference in New Issue
Block a user