From 42bed698afe286d57b6697a22a7d45e00a1f31cd Mon Sep 17 00:00:00 2001 From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de> Date: Tue, 4 May 2021 07:34:29 +0000 Subject: [PATCH] Update base.html --- ckanext-theme_hft/ckanext/theme_hft/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext-theme_hft/ckanext/theme_hft/templates/base.html b/ckanext-theme_hft/ckanext/theme_hft/templates/base.html index 9aae5ac..d8ebc5c 100644 --- a/ckanext-theme_hft/ckanext/theme_hft/templates/base.html +++ b/ckanext-theme_hft/ckanext/theme_hft/templates/base.html @@ -3,5 +3,5 @@ {% block styles %} {{ super() }} <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous"> - {% asset 'theme_hft/theme-hft' %} + {% asset 'theme_hft/theme.css' %} {% endblock %} -- GitLab