From 7126ba3b1270d59e1866d006f9da21955bf5ac4c Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 May 2021 21:00:13 +0300 Subject: Work authorization fixes --- servo/templates/orders/print_confirmation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/servo/templates/orders/print_confirmation.html b/servo/templates/orders/print_confirmation.html index 1bd0844..6822e06 100755 --- a/servo/templates/orders/print_confirmation.html +++ b/servo/templates/orders/print_confirmation.html @@ -9,7 +9,7 @@
{% if conf.company_logo %} - logo + logo
{% endif %} {{ location.title }}
{{ location.address }}
@@ -18,7 +18,7 @@ {{ location.phone }}
- {{ location.notes }} +
{{ location.notes }}
{% block location_info %} {% endblock location_info %}
-- cgit v1.2.3