diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-19 21:05:39 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-19 21:05:39 +0300 |
commit | c8f5cb88d77588609a1a534a5983a26eed56efa8 (patch) | |
tree | 003dd753e5901ad85163154c945807c433ed56df /servo | |
parent | 26658c1d7437559f30d1503ba240b1e9b079a8d4 (diff) | |
download | Servo-c8f5cb88d77588609a1a534a5983a26eed56efa8.tar.gz Servo-c8f5cb88d77588609a1a534a5983a26eed56efa8.tar.bz2 Servo-c8f5cb88d77588609a1a534a5983a26eed56efa8.zip |
Work authorization fixes
Diffstat (limited to 'servo')
-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 0a9cd9a..a65dd09 100755 --- a/servo/templates/orders/print_confirmation.html +++ b/servo/templates/orders/print_confirmation.html @@ -9,7 +9,7 @@ <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"/> + <img src="{% get_media_prefix %}{{ conf.company_logo }}" alt="logo" title="logo" class="media-object pull-left span2" style="margin:10px"/><br/> {% endif %} <p> <b>{{ location.title }}</b><br/> @@ -19,7 +19,7 @@ {{ location.phone }} </p> </div> - <div class="span6"> + <div class="span6 text-right"> <p style="white-space: pre-wrap;">{{ location.notes }}</p> {% block location_info %} {% endblock location_info %} |