From 306c11bb2f384d987398479a055f7499158a6d92 Mon Sep 17 00:00:00 2001 From: Tom Price Date: Mon, 10 Apr 2017 20:47:19 +0100 Subject: [PATCH] Add tooltip JavaScript --- RIGS/templates/RIGS/eventauthorisation_form.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RIGS/templates/RIGS/eventauthorisation_form.html b/RIGS/templates/RIGS/eventauthorisation_form.html index d989b01e..b4a75d72 100644 --- a/RIGS/templates/RIGS/eventauthorisation_form.html +++ b/RIGS/templates/RIGS/eventauthorisation_form.html @@ -1,5 +1,15 @@ {% extends 'base_client.html' %} {% load widget_tweaks %} +{% load static %} + +{% block js %} + + +{% endblock %} {% block title %} {% if event.is_rig %}N{{ event.pk|stringformat:"05d" }}{% else %}{{ event.pk }}{% endif %} | {{ event.name }}