aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/orders/print_confirmation.html
diff options
context:
space:
mode:
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>