From 415b2051c36441d1b2dd4ec1c8742c43b586eabc Mon Sep 17 00:00:00 2001 From: Joey Chatelain Date: Fri, 25 Oct 2024 17:16:30 -0700 Subject: [PATCH] change order of css imports --- .gitignore | 2 -- tom_common/templates/tom_common/base.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 381a7db03..bd8990047 100644 --- a/.gitignore +++ b/.gitignore @@ -36,8 +36,6 @@ var/ *.egg-info/ .installed.cfg *.egg -*env/ -env*/ # PyInstaller # Usually these files are written by a python script from a template diff --git a/tom_common/templates/tom_common/base.html b/tom_common/templates/tom_common/base.html index c66adfaa9..306c5ad4e 100644 --- a/tom_common/templates/tom_common/base.html +++ b/tom_common/templates/tom_common/base.html @@ -8,9 +8,9 @@ {% bootstrap_css %} + - {% block additional_css %} {% endblock %}