From 6de8b07d1b57e379954f6328fdc95c663114bc0a Mon Sep 17 00:00:00 2001
From: bronsen <kontakt+gitcommit@nrrd.de>
Date: Mon, 17 Mar 2025 17:13:49 +0100
Subject: [PATCH] [just] validate templates when linting django

The is from package django_extensions
---
 justfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/justfile b/justfile
index af4b82c..b6c14fb 100644
--- a/justfile
+++ b/justfile
@@ -13,6 +13,7 @@ lint-ruff:
 
 lint-django:
   python -m django check
+  python -m django validate_templates
 
 lint-woodpecker:
   -woodpecker-cli lint .woodpecker/workflow.yaml