From b5fd509e61de6ec1f89bb52ec848c458fb487fcf Mon Sep 17 00:00:00 2001 From: Tom Price Date: Fri, 24 Apr 2015 15:09:15 +0100 Subject: [PATCH] Relocate new select scripts to in theory always load before ready() fires #83 --- RIGS/templates/RIGS/event_form.html | 8 +++++--- templates/base.html | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index a7b24e1d..9173d1bc 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -10,14 +10,16 @@ {% endblock %} +{% block preload_js %} + + +{% endblock %} + {% block js %} - - - {% block preload_js %} {% endblock %} @@ -136,7 +137,6 @@ -