From 84c4ec03dec3258613c7b1bc2e5b5bfc44aeefba Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Tue, 29 Sep 2020 19:24:22 +0100 Subject: [PATCH] Minor event detail fixes --- RIGS/templates/event_detail.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/RIGS/templates/event_detail.html b/RIGS/templates/event_detail.html index 4e38a532..d9536ede 100644 --- a/RIGS/templates/event_detail.html +++ b/RIGS/templates/event_detail.html @@ -21,12 +21,13 @@ {% if object.is_rig and perms.RIGS.view_event %} {# only need contact details for a rig #}
+ {% if event.person %}
Contact Details
Person
-
{% if object.person %} {{ object.person }} @@ -40,6 +41,7 @@
+ {% endif %} {% if event.organisation %}
Organisation