Bug fix for #35

This commit is contained in:
tomtom5152
2015-03-29 22:54:29 +01:00
parent 881fdda2c7
commit 9ebf3d4769

View File

@@ -37,7 +37,7 @@
<dt>Person</dt>
<dd>
<a href="{% url 'person_detail' object.person.pk %}" class="modal-href">
{{ object.person.name }}
{{ object.person }}
</a>
</dd>
@@ -61,7 +61,7 @@
<dt>Organisation</dt>
<dd>
<a href="{% url 'organisation_detail' object.organisation.pk %}" class="modal-href">
{{ object.organisation.name }}
{{ object.organisation }}
</a>
</dd>