diff --git a/app/templates/order.html b/app/templates/order.html index 6637b1c..13eaa1c 100644 --- a/app/templates/order.html +++ b/app/templates/order.html @@ -123,13 +123,13 @@ {% block styles %} {{ super() }} - + {% endblock %} {% block scripts %} {{ super() }} - + + -{%- endblock %} \ No newline at end of file +{%- endblock %} diff --git a/app/templates/orders.html b/app/templates/orders.html index ed5cf63..573198a 100644 --- a/app/templates/orders.html +++ b/app/templates/orders.html @@ -74,13 +74,13 @@ {% block styles -%} {{ super() }} - + {%- endblock %} {% block scripts -%} {{ super() }} - + -{%- endblock %} \ No newline at end of file +{%- endblock %}