From c0b909b561b19c2e3a44fae07523079c2e42b93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Tue, 9 Feb 2021 17:43:06 +0100 Subject: [PATCH] Bugfix assets and filters --- district/templates/district/base.html | 4 ++-- .../templates/regulace_konopi/snippet_sections.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/district/templates/district/base.html b/district/templates/district/base.html index 7b446481..e6f435b2 100644 --- a/district/templates/district/base.html +++ b/district/templates/district/base.html @@ -277,8 +277,8 @@ </footer> - <script src="{% static "uniweb/assets/js/vue.2.6.11.js" %}"></script> - <script src="{% static "uniweb/assets/js/main.bundle.js" %}"></script> + <script src="{% static "styleguide18/assets/js/vue.2.6.11.js" %}"></script> + <script src="{% static "styleguide18/assets/js/main.bundle.js" %}"></script> <script src="{% static "shared/vendor/jquery/jquery-3.4.1.min.js" %}"></script> <script src="{% static "shared/vendor/lazysizes/lazysizes.min.js" %}"></script> <script src="{% static "shared/vendor/fancybox/jquery.fancybox.min.js" %}"></script> diff --git a/regulace_konopi/templates/regulace_konopi/snippet_sections.html b/regulace_konopi/templates/regulace_konopi/snippet_sections.html index a88fe8d5..981a61b6 100644 --- a/regulace_konopi/templates/regulace_konopi/snippet_sections.html +++ b/regulace_konopi/templates/regulace_konopi/snippet_sections.html @@ -1,4 +1,4 @@ -{% load uniweb_filters wagtailcore_tags wagtailimages_tags %} +{% load wagtailcore_tags wagtailimages_tags %} <section class="mb-8 lg:mb-16"> {% for block in page.content %} -- GitLab