From 6f81db7e939b832e0057b4cbb079f02c4d68ab08 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Tue, 19 May 2015 00:02:50 +0100 Subject: [PATCH] Tidy up page title. Fix for #116. --- RIGS/templates/RIGS/event_detail.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index 8ba4d967..7926e724 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -1,6 +1,5 @@ {% extends request.is_ajax|yesno:"base_ajax.html,base.html" %} -{% block title %}Event {% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }} -{% endif %}{% endblock %} +{% block title %}{% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %} | {{object.name}}{% endblock %} {% block content %}