From afe3fea7578593bc3aff12385bd9f8aec581517d Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 1 Aug 2022 14:15:55 +0200 Subject: [PATCH] Bundle the remaining static files They are used in some template overrides. To prevent missing JS or CSS in the future in those template overrides, it's a good idea to provide HTML templates for these static files. --- .../groupmanagement/templates/groupmanagement/audit.html | 1 - allianceauth/srp/templates/srp/data.html | 3 +-- allianceauth/templates/allianceauth/base.html | 4 +--- allianceauth/templates/bundles/auth-base-css.html | 3 +++ allianceauth/templates/bundles/checkbox-css.html | 3 +++ allianceauth/timerboard/templates/timerboard/view.html | 1 - 6 files changed, 8 insertions(+), 7 deletions(-) create mode 100644 allianceauth/templates/bundles/auth-base-css.html create mode 100644 allianceauth/templates/bundles/checkbox-css.html diff --git a/allianceauth/groupmanagement/templates/groupmanagement/audit.html b/allianceauth/groupmanagement/templates/groupmanagement/audit.html index 8b6c10f9..735d13bd 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/audit.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/audit.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% block page_title %}{{ group }} {% translate "Audit Log" %}{% endblock page_title %} diff --git a/allianceauth/srp/templates/srp/data.html b/allianceauth/srp/templates/srp/data.html index f4424884..a9a87b01 100644 --- a/allianceauth/srp/templates/srp/data.html +++ b/allianceauth/srp/templates/srp/data.html @@ -1,5 +1,4 @@ {% extends "allianceauth/base.html" %} -{% load static %} {% load i18n %} {% load humanize %} @@ -7,7 +6,7 @@ {% block extra_css %} {% include 'bundles/datatables-css.html' %} {% include 'bundles/x-editable.css.html' %} - + {% include 'bundles/checkbox-css.html' %}