gitea/templates/admin/auth
silverwind 61e0d1a767
Enable H014 and H023 djlint rules ()
Enable these rules:

- H014 | More than 2 blank lines.
- H023 | Do not use entity references.

There are more potential rules to enable but they are blocked by bugs in
the linter:

- https://github.com/Riverside-Healthcare/djLint/issues/711
- https://github.com/Riverside-Healthcare/djLint/issues/712
..
source Add template linting via djlint ()
edit.tmpl Enable H014 and H023 djlint rules ()
list.tmpl Fix template function DateTime ()
new.tmpl Show OAuth2 errors to end users ()