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 %} diff --git a/templates/base_embed.html b/templates/base_embed.html index ddbc6015..e5615c20 100644 --- a/templates/base_embed.html +++ b/templates/base_embed.html @@ -35,12 +35,7 @@ {% endblock %} - +{% include 'partials/dark_theme.html' %} {% block js %} {% endblock %} diff --git a/templates/partials/dark_theme.html b/templates/partials/dark_theme.html new file mode 100644 index 00000000..57d50dbf --- /dev/null +++ b/templates/partials/dark_theme.html @@ -0,0 +1,7 @@ +{% load static %} +