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