From eb10c8e21fa50da6c2fb9d3421a7fe4a6ee86f77 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Mon, 3 Oct 2016 23:13:25 +0100 Subject: [PATCH] Add meta to detail page --- RIGS/templates/RIGS/event_detail.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/RIGS/templates/RIGS/event_detail.html b/RIGS/templates/RIGS/event_detail.html index d4b089a9..3f7d6be5 100644 --- a/RIGS/templates/RIGS/event_detail.html +++ b/RIGS/templates/RIGS/event_detail.html @@ -1,6 +1,14 @@ {% extends request.is_ajax|yesno:"base_ajax.html,base.html" %} {% block title %}{% if object.is_rig %}N{{ object.pk|stringformat:"05d" }}{% else %}{{ object.pk }}{% endif %} | {{object.name}}{% endblock %} +{% block extra-head %} + + + +{% endblock %} + {% block content %}
{% if not request.is_ajax %}