From 3bba57756be8b52606b9f7a783c469eb5a229728 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 14 Mar 2026 20:55:56 +0100 Subject: [PATCH] fix paging --- a5/templates/block/measurements.html.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/a5/templates/block/measurements.html.j2 b/a5/templates/block/measurements.html.j2 index ad0c8ce..9fb0fc8 100644 --- a/a5/templates/block/measurements.html.j2 +++ b/a5/templates/block/measurements.html.j2 @@ -1,4 +1,4 @@ -
+

Measurements

Page {{page}}

@@ -21,10 +21,10 @@
{% if page > 1 %} - Previous page + Previous page {% endif %} {% if has_next_page %} - Next page + Next page {% endif %} View statistics