# HG changeset patch # User Goffi # Date 1589906402 -7200 # Node ID 741dae9b0612080c118fa5c0764b72466be01281 # Parent aa37750c2617cedeefacd7f00febae365cd91088 (bulma) pagination: fixed label for pagination-next diff -r aa37750c2617 -r 741dae9b0612 sat_templates/templates/bulma/input/navigation.html --- a/sat_templates/templates/bulma/input/navigation.html Tue May 19 00:04:47 2020 +0200 +++ b/sat_templates/templates/bulma/input/navigation.html Tue May 19 18:40:02 2020 +0200 @@ -9,7 +9,7 @@ {% if next_page_url is defined %} {{next_label}} {% else %} - {{prev_label}} + {{next_label}} {% endif %}