From b5e80382b938af35d0bd876a2e43e01e25d39fc2 Mon Sep 17 00:00:00 2001 From: FreneticScribbler Date: Mon, 22 Feb 2021 01:29:17 +0000 Subject: [PATCH] Various fixes for prior --- RIGS/templates/event_archive.html | 6 ++-- RIGS/templates/event_embed.html | 5 +-- RIGS/templates/risk_assessment_form.html | 2 +- assets/templates/asset_form.html | 8 ++++- assets/templates/asset_list.html | 8 ++++- gulpfile.js | 2 -- package-lock.json | 39 ------------------------ package.json | 1 - 8 files changed, 22 insertions(+), 49 deletions(-) diff --git a/RIGS/templates/event_archive.html b/RIGS/templates/event_archive.html index 67bc8244..ae3c0a1c 100644 --- a/RIGS/templates/event_archive.html +++ b/RIGS/templates/event_archive.html @@ -5,11 +5,13 @@ {% load static %} {% block css %} - + {{ block.super }} + {% endblock %} {% block preload_js %} - + {{ block.super }} + {% endblock %} {% block content %} diff --git a/RIGS/templates/event_embed.html b/RIGS/templates/event_embed.html index 188217d9..df2a69b2 100644 --- a/RIGS/templates/event_embed.html +++ b/RIGS/templates/event_embed.html @@ -1,8 +1,9 @@ {% extends 'base_embed.html' %} {% load static %} -{% block js %} - +{% block extra-head %} + + {% endblock %} {% block content %} diff --git a/RIGS/templates/risk_assessment_form.html b/RIGS/templates/risk_assessment_form.html index c9d24f94..2fba78af 100644 --- a/RIGS/templates/risk_assessment_form.html +++ b/RIGS/templates/risk_assessment_form.html @@ -11,7 +11,7 @@ {% block preload_js %} {{ block.super }} - + {% endblock %} {% block js %} diff --git a/assets/templates/asset_form.html b/assets/templates/asset_form.html index 0070a15d..bbea3a54 100644 --- a/assets/templates/asset_form.html +++ b/assets/templates/asset_form.html @@ -3,11 +3,17 @@ {% load static %} {% block css %} + {{ block.super }} {% endblock %} +{% block preload_js %} + {{ block.super }} + +{% endblock %} + {% block js %} - + {{ block.super }} +{% endblock %} + {% block js %} - + {{ block.super }}