From ee12f91cd0b263b7fe70aabe18aff47df8467d52 Mon Sep 17 00:00:00 2001 From: Dan Nepejchal <dan.nepejchal@european-pirateparty.eu> Date: Wed, 20 Jan 2021 14:37:43 +0100 Subject: [PATCH] Regulace konopi: - fix static --- regulace_konopi/templates/regulace_konopi/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regulace_konopi/templates/regulace_konopi/base.html b/regulace_konopi/templates/regulace_konopi/base.html index 056940e5..b9f264fe 100644 --- a/regulace_konopi/templates/regulace_konopi/base.html +++ b/regulace_konopi/templates/regulace_konopi/base.html @@ -14,7 +14,7 @@ {% include "shared/favicon_snippet.html" %} <!-- Styles --> - <link href="{% static "shared/vendor/bootstrap-4.4.1/css/bootstrap.min.css" %}" rel="stylesheet"/> + <link href="{% static "regulace_konopi/vendor/css/bootstrap.min.css" %}" rel="stylesheet"/> <link href="{% static "styleguide18/assets/css/styles.css" %}" rel="stylesheet" media="all"/> <link href="{% static "styleguide18/assets/css/pattern-scaffolding.css" %}" rel="stylesheet" media="all"/> <link href="{% static "shared/vendor/fancybox/jquery.fancybox.min.css" %}" rel="stylesheet"> @@ -120,7 +120,7 @@ </ui-app> </footer> -<script src="{% static "shared/vendor/bootstrap-4.4.1/js/bootstrap.min.js" %}"></script> +<script src="{% static "regulace_konopi/vendor/js/bootstrap.bundle.min.js" %}"></script> <script src="{% static "styleguide18/assets/js/vue.2.6.11.js" %}"></script> <script src="{% static "shared/vendor/lazysizes/lazysizes.min.js" %}"></script> <script src="{% static "shared/vendor/fancybox/jquery.fancybox.min.js" %}"></script> -- GitLab