diff --git a/Makefile b/Makefile index 09475d90..3e2af6c2 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,10 @@ develop: ## Install the test and dev dependencies pretty-templates: ## Prettify template files djlint umap/templates --reformat +.PHONY: lint-templates +lint-templates: ## Lint template files + djlint umap/templates --lint + .PHONY: version version: ## Display the current version @hatch version diff --git a/umap/templates/404.html b/umap/templates/404.html index 615f31e1..1fd8b057 100644 --- a/umap/templates/404.html +++ b/umap/templates/404.html @@ -2,13 +2,14 @@ {% load i18n static %} {% block content %}
-{% endblock %} +{% endblock content %} diff --git a/umap/templates/500.html b/umap/templates/500.html index a1c762c8..5f94dfd5 100644 --- a/umap/templates/500.html +++ b/umap/templates/500.html @@ -1,8 +1,11 @@ - +