summaryrefslogtreecommitdiff
path: root/webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'webapp.py')
-rw-r--r--webapp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp.py b/webapp.py
index d37dbda..c6c7d80 100644
--- a/webapp.py
+++ b/webapp.py
@@ -143,7 +143,7 @@ footer {
<input type="hidden" name="source" value="{{ sourcepackage|e }}" />
<select name="architecture">
<option value="any">any</option>
- {%- for architecture in architectures -%}
+ {%- for architecture in architectures|sort -%}
<option value="{{ architecture|e }}">{{ architecture|e }}</option>
{%- endfor -%}
</select>