From a7c4b90161df3d6895f9031e81ee0a6c81cde65c Mon Sep 17 00:00:00 2001 From: Arona Date: Wed, 3 Jun 2020 15:17:07 +0100 Subject: [PATCH] Display venue notes in event detail Notes are no use if nobody reads them. Not sure on this one. --- RIGS/templates/partials/event_details.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RIGS/templates/partials/event_details.html b/RIGS/templates/partials/event_details.html index 5815646d..d7450573 100644 --- a/RIGS/templates/partials/event_details.html +++ b/RIGS/templates/partials/event_details.html @@ -10,6 +10,12 @@ {% endif %} + {% if object.venue %} +
Venue Notes
+
+ {{ object.venue.notes }}{% if object.venue.three_phase_available %}
(Three phase available){%endif%} +
+ {% endif %} {% if event.is_rig %}
Event MIC