refactor: simplify relationship create workflow

This commit is contained in:
James Graham
2021-02-01 09:47:53 +00:00
parent 4d4d7ab70b
commit 4bbe4eac3a
2 changed files with 18 additions and 44 deletions

View File

@@ -22,8 +22,11 @@
<h1>{{ person.name }}</h1>
<hr>
<a class="btn btn-success"
href="{% url 'people:person.relationship.create' person_pk=person.pk %}">New Relationship
</a>
<hr>
{% include 'people/person/includes/answer_set_partial.html' %}