projects
/
~helmut
/
crossqa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2eccde
)
webapp.py: sort the architecture drop down
author
Helmut Grohne
<helmut@subdivi.de>
Tue, 26 Mar 2019 20:35:12 +0000
(21:35 +0100)
committer
Helmut Grohne
<helmut@subdivi.de>
Tue, 26 Mar 2019 20:35:12 +0000
(21:35 +0100)
webapp.py
patch
|
blob
|
history
diff --git
a/webapp.py
b/webapp.py
index
d37dbda
..
c6c7d80
100644
(file)
--- 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>