From ef640ffd9a0459ed95891770d6ea60b0141d74fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 7 Dec 2018 12:58:32 +0100 Subject: [PATCH] templates: use {% if cancel %} {% endif %} diff --git a/templates/variants/grenoble-metropole/authentic2/login_password_form.html b/templates/variants/grenoble-metropole/authentic2/login_password_form.html index d0145932..c04d737f 100644 --- a/templates/variants/grenoble-metropole/authentic2/login_password_form.html +++ b/templates/variants/grenoble-metropole/authentic2/login_password_form.html @@ -5,7 +5,7 @@ {% csrf_token %} {{ form.as_p }}
- + {% if cancel %} {% endif %} -- 2.20.0.rc2