diff --git a/controlpanel/frontend/jinja2/base.html b/controlpanel/frontend/jinja2/base.html index 59769d38e..dfc59cf4e 100644 --- a/controlpanel/frontend/jinja2/base.html +++ b/controlpanel/frontend/jinja2/base.html @@ -114,11 +114,11 @@ 'meta': { 'items': [ { - 'href': "{{ user_guidance_base_url }}", + 'href': user_guidance_base_url, 'text': "Platform user guidance" }, { - 'href': "{{ user_guidance_base_url }}/support.html", + 'href': user_guidance_base_url + "/support.html", 'text': "Platform support" }, {