From bab219106d1b6761b4869ba60743e0c32ab7bf8c Mon Sep 17 00:00:00 2001 From: Helmut Grohne Date: Thu, 8 Oct 2020 16:45:45 +0200 Subject: webapp.py: fix schedule response Fixes: a52d12012b1b ("webapp: add concept of "build architecture" to frontend") --- webapp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'webapp.py') diff --git a/webapp.py b/webapp.py index ee7cce6..794af29 100644 --- a/webapp.py +++ b/webapp.py @@ -278,8 +278,8 @@ schedule_template = """

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 %}.

-- cgit v1.2.3