diff options
Diffstat (limited to 'servo/templates')
-rwxr-xr-x | servo/templates/orders/print_confirmation.html | 4 |
1 files 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 @@ <div class="row"> <div class="span6"> {% 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"/><br/> + <img src="{% get_media_prefix %}{{ conf.company_logo }}" alt="logo" title="logo" class="media-object pull-left span2" style="margin:10px"/> {% endif %} - <p> + <p style="clear:both"> <b>{{ location.title }}</b><br/> {{ location.address }}<br/> {{ location.zip_code }}, {{ location.city }}<br/> |