From 4f6e251f002841acb44b150a0000e33bdbb7874a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Wed, 19 May 2021 16:38:57 +0200 Subject: [PATCH] elections2021: Self hosted vue.js --- elections2021/templates/elections2021/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elections2021/templates/elections2021/base.html b/elections2021/templates/elections2021/base.html index b3991945..a7bd2a0d 100644 --- a/elections2021/templates/elections2021/base.html +++ b/elections2021/templates/elections2021/base.html @@ -234,7 +234,7 @@ </ui-app> </footer> - <script src="https://cdn.jsdelivr.net/npm/vue@2.6.11/dist/vue.js"></script> + <script src="{% static "shared/vendor/vue/vue.2.6.11.js" %}"></script> <script src="{% static "elections2021/js/main.bundle.js" %}"></script> </body> </html> -- GitLab