diff --git a/regulace_konopi/templates/regulace_konopi/base.html b/regulace_konopi/templates/regulace_konopi/base.html index 056940e5a1e35bfb6e2cf26280eb1533664180ff..b9f264feb412b7acb3eabd7fe35a49767ec275ca 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>