Tidy up page title.

Fix for #116.
This commit is contained in:
Tom Price
2015-05-19 00:02:50 +01:00
parent 67dbfe8771
commit 6f81db7e93

View File

@@ -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 %}
<div class="row">