From cc941860c8d14e48be5891d8ead6370d2cc38554 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 14 Mar 2026 19:45:55 +0100 Subject: [PATCH] fix paging --- a5/templates/block/measurements.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/a5/templates/block/measurements.html.j2 b/a5/templates/block/measurements.html.j2 index cd17c6f..ad0c8ce 100644 --- a/a5/templates/block/measurements.html.j2 +++ b/a5/templates/block/measurements.html.j2 @@ -21,10 +21,10 @@
{% if page > 1 %} - Previous page + Previous page {% endif %} {% if has_next_page %} - Next page + Next page {% endif %} View statistics