diff --git a/mpicms/base/models.py b/mpicms/base/models.py index dbf144a..327616c 100644 --- a/mpicms/base/models.py +++ b/mpicms/base/models.py @@ -41,7 +41,7 @@ class Meta: # noqa class ContactRelation(Orderable, models.Model): """ - This defines the relationship between the `People` within the `personal` + This defines the relationship between the `Contact` within the `personal` app and the CategoryPage below. This allows People to be added to the contact field. """ page = ParentalKey( diff --git a/mpicms/templates/wagtailusers/users/create.html b/mpicms/templates/wagtailusers/users/create.html deleted file mode 100644 index 5ef3986..0000000 --- a/mpicms/templates/wagtailusers/users/create.html +++ /dev/null @@ -1,7 +0,0 @@ - -{% extends "wagtailusers/users/create.html" %} - -{% block extra_fields %} - {% include "wagtailadmin/shared/field_as_li.html" with field=form.phone %} - {% include "wagtailadmin/shared/field_as_li.html" with field=form.office %} -{% endblock extra_fields %} \ No newline at end of file diff --git a/mpicms/templates/wagtailusers/users/edit.html b/mpicms/templates/wagtailusers/users/edit.html deleted file mode 100644 index 449f04d..0000000 --- a/mpicms/templates/wagtailusers/users/edit.html +++ /dev/null @@ -1,7 +0,0 @@ - -{% extends "wagtailusers/users/edit.html" %} - -{% block extra_fields %} - {% include "wagtailadmin/shared/field_as_li.html" with field=form.phone %} - {% include "wagtailadmin/shared/field_as_li.html" with field=form.office %} -{% endblock extra_fields %} \ No newline at end of file