From 5a469c49d1d8bc767d18448116260e1770b8d51c Mon Sep 17 00:00:00 2001 From: anonymous <anonymous> Date: Wed, 22 May 2019 14:43:26 +0200 Subject: [PATCH] small bugfix --- ckanext/odsh/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ckanext/odsh/templates/base.html b/ckanext/odsh/templates/base.html index 636ba6d2..a5e280e6 100644 --- a/ckanext/odsh/templates/base.html +++ b/ckanext/odsh/templates/base.html @@ -28,6 +28,6 @@ </script> <!-- End Matomo Code --> {% endblock %} -{% block bodytag %} data-site-root="{{ h.odsh_public_url }}" data-locale-root="{{ h.odsh_public_url }}" {% endblock %} +{% block bodytag %} data-site-root="{{ h.odsh_public_url() }}" data-locale-root="{{ h.odsh_public_url() }}" {% endblock %} {% block page %} {% endblock %} \ No newline at end of file -- GitLab