2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 04:12:11 +00:00

Override behaviour of {% load i18n %}

- No longer requires custom tag loading
- All templates now use escaped translation values
- Requires re-ordering of app loading
- Revert js_i18n to simply i18n
This commit is contained in:
Oliver
2022-06-24 13:37:35 +10:00
parent d13eb84448
commit 473ec9586c
24 changed files with 53 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
{% load js_i18n %}
{% load i18n %}
/* exported
loadNotificationTable,