From 2b962e99d41fcf7c380c4b24ce673aa9e583bb47 Mon Sep 17 00:00:00 2001 From: Midgard Date: Mon, 24 Feb 2020 14:33:43 +0100 Subject: [PATCH] Eliminate excessive whitespace in options These would show when editing the option by pressing backspace --- app/templates/order.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/templates/order.html b/app/templates/order.html index e58e7bd..ade38f3 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -63,10 +63,10 @@ name="choice_{{ choice.id }}" class="form-control select"> {% for option in choice.options %} - + {% endfor %}