From 80153d7dee13c21ca4cedc625d8277309133626c Mon Sep 17 00:00:00 2001 From: Alexander Borsuk Date: Sat, 24 Dec 2022 14:31:50 +0100 Subject: [PATCH] Do not escape urls where it is not needed Signed-off-by: Alexander Borsuk --- templates/base.html | 2 +- templates/bottom_menu.html | 2 +- templates/language_selector.html | 2 +- templates/top_menu.html | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/base.html b/templates/base.html index 8986c96b..2746ccd0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -30,7 +30,7 @@ {%- endif %} {%- endif %} - + {%- if resource.description -%} diff --git a/templates/bottom_menu.html b/templates/bottom_menu.html index eb7f4232..07dbf73f 100644 --- a/templates/bottom_menu.html +++ b/templates/bottom_menu.html @@ -13,7 +13,7 @@ {% endif %} {% if page.extra.menu_title %} - {% if resource.path != page.path %}{% endif %} + {% if resource.path != page.path %}{% endif %} {{ page.extra.menu_title }} {%- if resource.path != page.path %}{% endif %}   diff --git a/templates/language_selector.html b/templates/language_selector.html index 6f154d86..9f10816a 100644 --- a/templates/language_selector.html +++ b/templates/language_selector.html @@ -17,7 +17,7 @@ {% for translation in resource.translations | sort(attribute="lang") %} {% if lang != translation.lang %} diff --git a/templates/top_menu.html b/templates/top_menu.html index 0ad1c1b6..148045df 100644 --- a/templates/top_menu.html +++ b/templates/top_menu.html @@ -4,7 +4,7 @@ {% set langPathPrefix = '/' ~ lang %} {% endif %}