aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/print_confirmation.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-09-03 11:01:19 +0300
committerFilipp Lepalaan <filipp@mac.com>2015-09-03 11:01:19 +0300
commitb3e3941e811b23cc681945da1b1e26c818f9ace4 (patch)
treec53ce9d51e220c066b78f149a6fed0e3a1b060cc /servo/templates/orders/print_confirmation.html
parentabe994c0c2b73f1670496e6687aae19b5bb9eb79 (diff)
downloadServo-b3e3941e811b23cc681945da1b1e26c818f9ace4.tar.gz
Servo-b3e3941e811b23cc681945da1b1e26c818f9ace4.tar.bz2
Servo-b3e3941e811b23cc681945da1b1e26c818f9ace4.zip
Removed location logos
Diffstat (limited to 'servo/templates/orders/print_confirmation.html')
-rwxr-xr-xservo/templates/orders/print_confirmation.html2
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>