mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix: use correct url in breadcrumb
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<a href="{% url 'people:person.detail' pk=person.pk %}">{{ person }}</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item">
|
||||
<a href="{% url 'people:relationship.detail' pk=relationship.pk %}">{{ relationship.target }}</a>
|
||||
<a href="{{ relationship.get_absolute_url }}">{{ relationship.target }}</a>
|
||||
</li>
|
||||
<li class="breadcrumb-item active" aria-current="page">Update Relationship</li>
|
||||
</ol>
|
||||
|
||||
Reference in New Issue
Block a user