Skip to content

Commit

Permalink
Fix user template
Browse files Browse the repository at this point in the history
  • Loading branch information
Merlin Buczek committed Jun 13, 2019
1 parent 2bcaa09 commit 7a114c8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion mpicms/base/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
7 changes: 0 additions & 7 deletions mpicms/templates/wagtailusers/users/create.html

This file was deleted.

7 changes: 0 additions & 7 deletions mpicms/templates/wagtailusers/users/edit.html

This file was deleted.

0 comments on commit 7a114c8

Please sign in to comment.