mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 02:42:17 +00:00
Bug fix for #35
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
<dt>Person</dt>
|
<dt>Person</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="{% url 'person_detail' object.person.pk %}" class="modal-href">
|
<a href="{% url 'person_detail' object.person.pk %}" class="modal-href">
|
||||||
{{ object.person.name }}
|
{{ object.person }}
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
@@ -61,7 +61,7 @@
|
|||||||
<dt>Organisation</dt>
|
<dt>Organisation</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<a href="{% url 'organisation_detail' object.organisation.pk %}" class="modal-href">
|
<a href="{% url 'organisation_detail' object.organisation.pk %}" class="modal-href">
|
||||||
{{ object.organisation.name }}
|
{{ object.organisation }}
|
||||||
</a>
|
</a>
|
||||||
</dd>
|
</dd>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user