Template improvements

This commit is contained in:
Sascha Ißbrücker
2026-01-01 13:40:57 +01:00
parent 38d450a916
commit ffc1a69085
69 changed files with 1847 additions and 1605 deletions

View File

@@ -98,7 +98,7 @@ make test
### Formatting
Format Python code with black, and JavaScript code with prettier:
Format Python code with black, Django templates with djlint, and JavaScript code with prettier:
```
make format
```