1
0
mirror of https://github.com/TandoorRecipes/recipes.git synced 2026-01-11 00:58:32 -05:00

fixed frontend localization

This commit is contained in:
vabene1111
2021-05-30 17:12:59 +02:00
parent e05019d2b1
commit 4f09970130
9 changed files with 13 additions and 5 deletions

View File

@@ -25,6 +25,7 @@
<script type="application/javascript">
window.IMPORT_ID = {{pk}};
window.CUSTOM_LOCALE = '{{ request.LANGUAGE_CODE }}'
</script>
{% render_bundle 'import_response_view' %}