diff options
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet.html')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/sheet.html b/ishtar_common/templates/ishtar/sheet.html index a4a3e2228..f3df2e510 100644 --- a/ishtar_common/templates/ishtar/sheet.html +++ b/ishtar_common/templates/ishtar/sheet.html @@ -1,4 +1,4 @@ -{% load i18n ishtar_helpers %}{% block main_head %}<html lang="en"> +{% load i18n l10n ishtar_helpers %}{% block main_head %}<html lang="en"> <head> <title>{% block title %}Ishtar{% if APP_NAME %} - {{APP_NAME}}{%endif%}{% endblock %} </title> @@ -76,7 +76,7 @@ <div class="card-body"> {% if output != "ODT" and output != "PDF" %} {% block head_sheet %} - <script type="text/javascript"> + <script type="text/javascript">{% localize off %} var last_window='{{window_id}}'; jQuery(document).ready(function(){ @@ -125,7 +125,7 @@ $(e.target).resize(); // fix table header refresh for datatable }) }); - </script> + {% endlocalize %}</script> {% endblock %} {% endif %} <div class="body"> |