diff options
author | Filipp Lepalaan <filipp@mac.com> | 2015-09-03 11:01:19 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2015-09-03 11:01:19 +0300 |
commit | b3e3941e811b23cc681945da1b1e26c818f9ace4 (patch) | |
tree | c53ce9d51e220c066b78f149a6fed0e3a1b060cc /servo/templates/orders | |
parent | abe994c0c2b73f1670496e6687aae19b5bb9eb79 (diff) | |
download | Servo-b3e3941e811b23cc681945da1b1e26c818f9ace4.tar.gz Servo-b3e3941e811b23cc681945da1b1e26c818f9ace4.tar.bz2 Servo-b3e3941e811b23cc681945da1b1e26c818f9ace4.zip |
Removed location logos
Diffstat (limited to 'servo/templates/orders')
-rwxr-xr-x | servo/templates/orders/print_confirmation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servo/templates/orders/print_confirmation.html b/servo/templates/orders/print_confirmation.html index 0b0ca77..7584ec9 100755 --- a/servo/templates/orders/print_confirmation.html +++ b/servo/templates/orders/print_confirmation.html @@ -8,7 +8,7 @@ {% with order.location as location %} <div class="row"> <div class="span4"> - {% if location.logo %} + {% if conf.company_logo %} <img src="{% get_media_prefix %}{{ conf.company_logo }}" alt="logo" title="logo" class="media-object pull-left span2" style="margin:10px"/> {% endif %} </div> |