Properly designate last_name field

pull/5081/head
DanAtShenTech 2019-02-13 19:37:54 -05:00 zatwierdzone przez Matt Westcott
rodzic 56f29a0825
commit 966ad8658d
1 zmienionych plików z 1 dodań i 1 usunięć
docs/advanced_topics/customisation

Wyświetl plik

@ -70,7 +70,7 @@ Template edit.html:
{% include "wagtailadmin/shared/field_as_li.html" with field=form.status %}
{% endblock extra_fields %}
The ``extra_fields`` block allows fields to be inserted below the last name field
The ``extra_fields`` block allows fields to be inserted below the ``last_name`` field
in the default templates. Other block overriding options exist to allow appending
fields to the end or beginning of the existing fields, or to allow all the fields to
be redefined.