From 51943d5eac748651f04bd711a86bc3f89e723086 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 18 May 2015 16:19:21 +0100 Subject: [PATCH] Change where the event title shows up. --- RIGS/templates/RIGS/event_detail.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index d8465be6..38cf9749 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -7,7 +7,10 @@ {% if not request.is_ajax %}
-

Event {% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %}

+

+ {% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %} + {{ object.name }} +

@@ -93,7 +96,7 @@ {% endif %}
-
{{ object.name }}
+
Event Info
Event Venue