diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index c5d63789..3c465abf 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -53,7 +53,7 @@
{% if object.person %} - {{ object.person }} + {{ object.person.name }} {% endif %}
@@ -79,7 +79,7 @@
{% if object.organisation %} - {{ object.organisation }} + {{ object.organisation.name }} {% endif %}
@@ -108,7 +108,7 @@
{% if object.venue %} - {{ object.venue }} + {{ object.venue.name }} {% endif %}