taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit f43a925468a116ee1c3d5e2223d7f74cafd10d07
parent ce1e578472fbd3f0c3dcac4be899b8b6cc4aab67
Author: Andreas HABEGGER <andreas.habegger@bfh.ch>
Date:   Wed, 27 Mar 2024 07:57:03 +0100

HF: Sort order reverse by date

Diffstat:
Mlocale/messages.pot | 4++--
Mtemplate/ngi-taler.html.j2 | 12++++++------
2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/locale/messages.pot b/locale/messages.pot @@ -8,14 +8,14 @@ msgid "" msgstr "" "Project-Id-Version: PROJECT VERSION\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-03-22 18:49+0100\n" +"POT-Creation-Date: 2024-03-27 06:49+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.10.3\n" +"Generated-By: Babel 2.14.0\n" #: common/base.j2:5 common/news.j2:5 msgid "GNU Taler" diff --git a/template/ngi-taler.html.j2 b/template/ngi-taler.html.j2 @@ -60,17 +60,17 @@ <p> The consortium will organize or participate in different types of events across Europe. </p> - {# Events will include talks presenting GNU Taler and related technologies, expert panels discussing - financial problems and possible solutions, workshops to jointly work on GNU Taler integrations, - usability studies with interested volunteers, and public consultations to gather ideas and requirements + {# Events will include talks presenting GNU Taler and related technologies, expert panels discussing + financial problems and possible solutions, workshops to jointly work on GNU Taler integrations, + usability studies with interested volunteers, and public consultations to gather ideas and requirements from the general public. #} - + <div> {% for year, yitem in eventsdata|groupby('date.year')|reverse %} <p><b>{{ year }}</b></p> <ul class="timeline"> - {% for item in yitem|reverse %} + {% for item in yitem|sort(attribute='date',reverse=true) %} <li> <section class="item-preview"> <header> @@ -93,7 +93,7 @@ </div> </div> </article> - + {# DEPRECATED EVENTS AND DELIVERABLES IN CAROUSEL JS <article> <div class="row">