diff options
Diffstat (limited to 'pyaggr3g470r/templates/feeds.html')
-rw-r--r-- | pyaggr3g470r/templates/feeds.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/feeds.html b/pyaggr3g470r/templates/feeds.html index ce9f658e..b2009fac 100644 --- a/pyaggr3g470r/templates/feeds.html +++ b/pyaggr3g470r/templates/feeds.html @@ -15,7 +15,7 @@ </tr> </thead> <tbody> - {% for feed in feeds %} + {% for feed in feeds|sort(attribute="title") %} <tr> <td>{{ loop.index }}</td> <td><a href="/feed/{{ feed.oid }}">{{ feed.title }}</a></td> |