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_quote.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_quote.html')
-rwxr-xr-x | servo/templates/orders/print_quote.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/servo/templates/orders/print_quote.html b/servo/templates/orders/print_quote.html index 3c3a7d7..16db052 100755 --- a/servo/templates/orders/print_quote.html +++ b/servo/templates/orders/print_quote.html @@ -1,3 +1,4 @@ {% extends "orders/print_confirmation.html" %} - +{% load i18n %} +{% block title %}{% trans "Cost Estimate" %} #{{ order.code }}{% endblock title %} {% block tos %}{% endblock tos %} |