diff --git a/templates/forms.html b/templates/forms.html index 5a52975..d59a7af 100644 --- a/templates/forms.html +++ b/templates/forms.html @@ -40,6 +40,7 @@ {% macro stop_build(stop_url, authz, on_all=False, on_selected=False, builders=[], short=False, label="Build") %} {% if not short %} +
{% if not short %} @@ -65,14 +66,17 @@ {% endif %} {% if not short %} -
- Reason: - -
- {% endif %} - +

+ Reason: + +

+
+

+ {% else %} + {% endif %}
+
{% endif %} {% endmacro %}