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 }}