diff options
Diffstat (limited to 'webapp.py')
-rw-r--r-- | webapp.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |