diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-07 20:14:54 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2023-06-08 10:17:35 +0200 |
| commit | f6e87ee949148debc0c4c911153c828686e15123 (patch) | |
| tree | 6adf2a7f32bc6311afdf5414d4a5905c66e587a3 /ishtar_common/templates/ishtar/manage_basket.html | |
| parent | 2eccf625a9a4e06e3236ece50728536bbe0cd75e (diff) | |
| download | Ishtar-f6e87ee949148debc0c4c911153c828686e15123.tar.bz2 Ishtar-f6e87ee949148debc0c4c911153c828686e15123.zip | |
🐛 many fix (or potential fix) in templates (inappropriate l10n) (refs #5594)
Diffstat (limited to 'ishtar_common/templates/ishtar/manage_basket.html')
| -rw-r--r-- | ishtar_common/templates/ishtar/manage_basket.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ishtar_common/templates/ishtar/manage_basket.html b/ishtar_common/templates/ishtar/manage_basket.html index c72d86664..5f3bf2c8f 100644 --- a/ishtar_common/templates/ishtar/manage_basket.html +++ b/ishtar_common/templates/ishtar/manage_basket.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% load i18n inline_formset %} +{% load i18n l10n inline_formset %} {% block content %} <h2>{{page_name}}{% trans ":"%} {{basket}}</h2> <form enctype="multipart/form-data" action="." method="post" @@ -23,7 +23,7 @@ <div class="clearfix"></div> </div> </form> -<script type='text/javascript' language='javascript'> +<script type="text/javascript">{% localize off %} var current_item_number = 0; @@ -62,7 +62,7 @@ $('#add_to').click(function(){ jQuery(document).ready(function(){ $.get('{{list_url}}', load_list); }); -</script> +{% endlocalize %}</script> {% endblock %} {% block footer %} <div id="footer"> |
