kopia lustrzana https://github.com/wagtail/wagtail
Fix typo (missing plural)
rodzic
966ad8658d
commit
f21e75e95d
|
@ -45,7 +45,7 @@ Create your custom user create and edit forms in your app:
|
|||
status = forms.ModelChoiceField(queryset=MembershipStatus.objects, required=True, label=_("Status"))
|
||||
|
||||
|
||||
Extend the Wagtail user create and edit templates. These extended template should be placed in a
|
||||
Extend the Wagtail user create and edit templates. These extended templates should be placed in a
|
||||
template directory ``wagtailusers/users``.
|
||||
|
||||
Template create.html:
|
||||
|
|
Ładowanie…
Reference in New Issue