From 614bd26cb34b9b340e327d4b80927353bb5a5d0a Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 1 Apr 2026 05:49:18 +0300 Subject: refactor: internationalise pagination and clean up related code --- templates/images.html | 53 ++++++++++---------------------------------------- templates/results.html | 6 +++--- 2 files changed, 13 insertions(+), 46 deletions(-) (limited to 'templates') diff --git a/templates/images.html b/templates/images.html index f4522aa..9fd0584 100644 --- a/templates/images.html +++ b/templates/images.html @@ -65,49 +65,16 @@ {{endfor}} - + {{if exists pagination_links}} + + {{endif}} - + \ No newline at end of file diff --git a/templates/results.html b/templates/results.html index 4ce7496..54ac195 100644 --- a/templates/results.html +++ b/templates/results.html @@ -118,8 +118,8 @@ {{info[2]|safe}}

- {{l("read_more")}} - + {{l("read_more")}} + @@ -129,4 +129,4 @@ - + \ No newline at end of file -- cgit v1.2.3