From 359b0b41ca122479bdb19956ba0b31ba835d6f04 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Thu, 30 Jan 2025 09:45:56 +0100 Subject: [PATCH] chore: make djlint happy --- umap/templates/auth/user_form.html | 2 +- umap/templates/umap/components/provider.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/umap/templates/auth/user_form.html b/umap/templates/auth/user_form.html index 18adc146..659d04a0 100644 --- a/umap/templates/auth/user_form.html +++ b/umap/templates/auth/user_form.html @@ -30,7 +30,7 @@ {% for name in providers %}
  • {% with "umap/img/providers/"|add:name|add:".png" as path %} - {{ name }} + {{ name }} {% endwith %}
  • {% endfor %} diff --git a/umap/templates/umap/components/provider.html b/umap/templates/umap/components/provider.html index e6f3314c..ed8e3bbf 100644 --- a/umap/templates/umap/components/provider.html +++ b/umap/templates/umap/components/provider.html @@ -3,6 +3,6 @@ class="umap-login-popup" title="{{ name|title }}"> {% with "umap/img/providers/"|add:name|add:".png" as path %} - {{name}} + {{ name }} {% endwith %}