From 15a036f2c672c684cde847cf82290d6d009c0fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 5 Apr 2019 21:09:01 +0200 Subject: [PATCH] Use base path including the server name and protocol. This should help against the mixed security errors on Heroku. --- templates/base.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html.twig b/templates/base.html.twig index 2cb64e5b..3c187939 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -18,7 +18,7 @@ {{ encore_entry_link_tags('app') }} {% endblock %} - + {% block body %}