diff sat_templates/templates/bulma/forum/view.html @ 332:3db3509cbad1

bulma: fix items/pagination ordering in various places following ordering fix in Libervia/SàT Pubsub
author Goffi <goffi@goffi.org>
date Sun, 06 Jun 2021 19:53:56 +0200
parents bfb0d5829728
children
line wrap: on
line diff
--- a/sat_templates/templates/bulma/forum/view.html	Fri Jun 04 18:36:57 2021 +0200
+++ b/sat_templates/templates/bulma/forum/view.html	Sun Jun 06 19:53:56 2021 +0200
@@ -17,5 +17,5 @@
 </section>
 
 
-{{ navigation.prev_next(_("newer articles"), _("older articles")) }}
+{{ navigation.prev_next(_("older articles"), _("newer articles")) }}
 {% endblock body %}