Order urls

This commit is contained in:
C?dric Krier 2014-04-16 23:49:34 +02:00
parent 85074c931b
commit 9aa85f20c6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<title>TryDevPI - The Tryton Development Package Index</title>
</head>
<body>
{% for name, url in urls.iteritems() %}
{% for name, url in urls|dictsort %}
<a href="{{ url }}">{{ name }}</a><br/>
{% endfor %}
</body>