Fix typo (missing plural)

pull/5090/head
DanAtShenTech 2019-02-14 10:18:24 -05:00 zatwierdzone przez Mike Dingjan
rodzic 966ad8658d
commit f21e75e95d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: