diff --git a/RIGS/templates/event_checklist_form.html b/RIGS/templates/event_checklist_form.html
index 08177cd0..a1fe1759 100644
--- a/RIGS/templates/event_checklist_form.html
+++ b/RIGS/templates/event_checklist_form.html
@@ -17,6 +17,7 @@
{% block js %}
{{ block.super }}
+
diff --git a/RIGS/templates/event_form.html b/RIGS/templates/event_form.html
index 465985cf..572a4271 100644
--- a/RIGS/templates/event_form.html
+++ b/RIGS/templates/event_form.html
@@ -7,7 +7,7 @@
{% block css %}
{{ block.super }}
-
+
{% endblock %}
{% block preload_js %}
@@ -17,6 +17,7 @@
{% block js %}
{{ block.super }}
+
diff --git a/RIGS/templates/risk_assessment_form.html b/RIGS/templates/risk_assessment_form.html
index 2fba78af..30c47c1b 100644
--- a/RIGS/templates/risk_assessment_form.html
+++ b/RIGS/templates/risk_assessment_form.html
@@ -16,6 +16,7 @@
{% block js %}
{{ block.super }}
+
diff --git a/assets/templates/asset_form.html b/assets/templates/asset_form.html
index bbea3a54..905d3942 100644
--- a/assets/templates/asset_form.html
+++ b/assets/templates/asset_form.html
@@ -9,11 +9,12 @@
{% block preload_js %}
{{ block.super }}
-
+
{% endblock %}
{% block js %}
{{ block.super }}
+
-
+{% include 'partials/dark_theme.html' %}
{% block js %}
{% endblock %}