From 191e5b66c33f51f69aa93507807ca5d95c67c95c Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sun, 12 May 2024 21:08:39 +0200 Subject: [PATCH] use urlencode_strict --- little-hesinde/templates/authors.html | 4 ++-- little-hesinde/templates/books.html | 4 ++-- little-hesinde/templates/series.html | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/little-hesinde/templates/authors.html b/little-hesinde/templates/authors.html index 7ed2964..b112215 100644 --- a/little-hesinde/templates/authors.html +++ b/little-hesinde/templates/authors.html @@ -1,12 +1,12 @@ {% extends "base" %} {% block title %} {% if has_previous %} -← back +← back {% endif %} {% if has_previous and has_more %}|{% endif%} {% if has_more %} -more → +more → {% endif %} {% endblock title %} diff --git a/little-hesinde/templates/books.html b/little-hesinde/templates/books.html index b378c46..8ccec13 100644 --- a/little-hesinde/templates/books.html +++ b/little-hesinde/templates/books.html @@ -1,12 +1,12 @@ {% extends "base" %} {% block title %} {% if has_previous %} -← back +← back {% endif %} {% if has_previous and has_more %}|{% endif%} {% if has_more %} -more → +more → {% endif %} {% endblock title %} diff --git a/little-hesinde/templates/series.html b/little-hesinde/templates/series.html index fd45715..f276260 100644 --- a/little-hesinde/templates/series.html +++ b/little-hesinde/templates/series.html @@ -1,12 +1,12 @@ {% extends "base" %} {% block title %} {% if has_previous %} -← back +← back {% endif %} {% if has_previous and has_more %}|{% endif%} {% if has_more %} -more → +more → {% endif %} {% endblock title %}