From 94c385a816e84da3d92804b3d5c4aa4948d826a9 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 18 Jul 2019 17:02:17 -0400 Subject: [PATCH] Set max width for form --- templates/task_orders/builder_base.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/task_orders/builder_base.html b/templates/task_orders/builder_base.html index 14c3eaa4..3b571459 100644 --- a/templates/task_orders/builder_base.html +++ b/templates/task_orders/builder_base.html @@ -35,7 +35,9 @@ {% include "fragments/flash.html" %} - {% block to_builder_form_field %}{% endblock %} +
+ {% block to_builder_form_field %}{% endblock %} +