From abfb352e0c735e1b86b78d3160693eb713adbdfc Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 19 May 2021 21:08:33 +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 a65dd09..4b61438 100755 --- a/servo/templates/orders/print_confirmation.html +++ b/servo/templates/orders/print_confirmation.html @@ -9,9 +9,9 @@
{% if conf.company_logo %} - logo
+ logo {% endif %} -

+

{{ location.title }}
{{ location.address }}
{{ location.zip_code }}, {{ location.city }}
-- cgit v1.2.3