summaryrefslogtreecommitdiff
path: root/webapp.py
diff options
context:
space:
mode:
Diffstat (limited to 'webapp.py')
-rw-r--r--webapp.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp.py b/webapp.py
index ee7cce6..794af29 100644
--- a/webapp.py
+++ b/webapp.py
@@ -278,8 +278,8 @@ schedule_template = """<!DOCTYPE html>
<html>
<body>
<p>Scheduled a build of {{ request.form["source"]|e }}
- {%- if request.form["architecture"] != "any" %}
- for {{ request.form["architecture"]|e -}}
+ {%- if request.form["archpair"] != "any_any" %}
+ for {{ request.form["archpair"]|archpair_format -}}
{%- endif %}.
<p>
</body>