chore(backend): bump devtools (#9088)

* chore(backend):Bump devtools

* fix typos that are now detected
This commit is contained in:
Matthias Mair
2025-02-18 18:57:48 +11:00
committed by GitHub
parent 480536a023
commit 1d0540948f
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ Asset files can be rendered directly into the template as follows
## Report Snippets
A powerful feature provided by the django / WeasyPrint templating framework is the ability to include external template files. This allows commonly used template features to be broken out into separate files and re-used across multiple templates.
A powerful feature provided by the django / WeasyPrint templating framework is the ability to include external template files. This allows commonly used template features to be broken out into separate files and reused across multiple templates.
To support this, InvenTree provides report "snippets" - short (or not so short) template files which cannot be rendered by themselves, but can be called from other templates.