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 %}