diff --git a/app/templates/order_edit.html b/app/templates/order_edit.html index 84a68d6..299ba11 100644 --- a/app/templates/order_edit.html +++ b/app/templates/order_edit.html @@ -35,7 +35,7 @@ {{ util.render_form_field_errors(form.starttime) }} {% endif %} -
+
{{ form.stoptime.label(class='control-label') }}
{{ form.stoptime(class='form-control datetimepicker') }} diff --git a/app/templates/orders.html b/app/templates/orders.html index 9757ca0..ed5cf63 100644 --- a/app/templates/orders.html +++ b/app/templates/orders.html @@ -50,7 +50,7 @@ {{ util.render_form_field_errors(form.starttime) }}
{% endif %} -
+
{{ form.stoptime.label(class='control-label') }}
{{ form.stoptime(class='form-control datetimepicker') }}