gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-www] branch master updated: HF: Sort order reverse by date


From: gnunet
Subject: [taler-www] branch master updated: HF: Sort order reverse by date
Date: Wed, 27 Mar 2024 07:57:14 +0100

This is an automated email from the git hooks/post-receive script.

andreas-habegger pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new f43a9254 HF: Sort order reverse by date
f43a9254 is described below

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

    HF: Sort order reverse by date
---
 locale/messages.pot        |  4 ++--
 template/ngi-taler.html.j2 | 12 ++++++------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/locale/messages.pot b/locale/messages.pot
index bf87c7bb..19947e63 100644
--- 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
index 89a88927..05be7ed0 100644
--- 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">

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]