diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index 619d099e..ee0d0498 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -35,13 +35,21 @@
Person
-
{{ object.person.name }}
+
+ + {{ object.person.name }} + +
Email
-
{{ object.person.email }}
+
+ + {{ object.person.email }} + +
Phone Number
-
{{ object.person.phone }}
+
{{ object.person.phone }}
@@ -51,10 +59,18 @@
Organisation
-
{{ object.organisation.name }}
+
+ + {{ object.organisation.name }} + +
Phone Number
-
{{ object.organisation.phone }}
+
+ + {{ object.organisation.phone }} + +
Has SU Account
{{ event.organisation.union_account|yesno|capfirst }}
@@ -70,7 +86,7 @@
Event Venue
-
{{ object.venue }}
+
{{ object.venue }}
{% if event.is_rig %}
Event MIC