feat(people): Add notice to fill in user details

This commit is contained in:
James Graham
2020-03-03 09:55:47 +00:00
parent 7ee7ed3ff0
commit e3ef4ed90c
4 changed files with 25 additions and 0 deletions

View File

@@ -66,6 +66,9 @@
<a class="btn btn-success"
href="{% url 'people:person.update' pk=person.pk %}">Update</a>
<a class="btn btn-info"
href="{% url 'password_change' %}?next={{ person.get_absolute_url }}">Change Password</a>
<hr>
<div class="row">