InvenTree/InvenTree/company
Oliver 4f8dddc597
JS translation fix (#6288)
* Implement {% jstrans %} template

- Forces string escaping in translated text
- Required for js written in templates

* Fix part_base.html

* Update .html files

- Change any templated javascript code to use {% jstrans %}

* Update .js files

- Explicitly use {% jstrans %}

* Update CI checks
2024-01-19 01:16:17 +00:00
..
fixtures Add Metadata to more models (#4898) 2023-06-02 19:26:20 +10:00
migrations PO barcode- add line (#5949) 2023-11-21 08:26:32 +11:00
templates/company JS translation fix (#6288) 2024-01-19 01:16:17 +00:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
api.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
apps.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
models.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
serializers.py Error API (#6222) 2024-01-13 19:27:47 +11:00
test_api.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_migrations.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_supplier_parts.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
test_views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
tests.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00
urls.py Move more paths to basic path (#6251) 2024-01-18 17:05:10 +11:00
views.py [CI] docstrings (#6172) 2024-01-11 14:40:07 +11:00