diff options
author | Filipp Lepalaan <filipp@mac.com> | 2021-05-24 12:58:02 +0300 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2021-05-24 12:58:02 +0300 |
commit | 1839bb4d129a5d484e3b32f07c7b50d6143f0dd4 (patch) | |
tree | 516032d6a43c96c9a882516c0a34875c021fd6f6 /servo/templates/orders/print_confirmation.html | |
parent | 8dc99fdbe3ceb59a6e49b5038a44c073ec0a308c (diff) | |
download | Servo-1839bb4d129a5d484e3b32f07c7b50d6143f0dd4.tar.gz Servo-1839bb4d129a5d484e3b32f07c7b50d6143f0dd4.tar.bz2 Servo-1839bb4d129a5d484e3b32f07c7b50d6143f0dd4.zip |
Update print templates
Diffstat (limited to 'servo/templates/orders/print_confirmation.html')
-rwxr-xr-x | servo/templates/orders/print_confirmation.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/servo/templates/orders/print_confirmation.html b/servo/templates/orders/print_confirmation.html index 4b61438..da8fd33 100755 --- a/servo/templates/orders/print_confirmation.html +++ b/servo/templates/orders/print_confirmation.html @@ -27,7 +27,9 @@ </div> {% endwith %} <div class="row"> - <div class="span12 text-center"><h3>{% block title %}{% trans "Work Authorization" %}{% endblock title %}</h3></div> + <div class="span12 text-center"> + <h3>{% block title %}{% trans "Work Authorization" %}{% endblock title %}</h3> + </div> </div> <div class="row" style="margin-top:2em;margin-bottom:1em"> <div class="span6"> |