From bce5a489d0ee0a9c12f9edc299568439af5a9c90 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Tue, 10 Dec 2019 11:57:40 +0100 Subject: [PATCH] Add modal with recover password instructions. --- musician/templates/auth/login.html | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/musician/templates/auth/login.html b/musician/templates/auth/login.html index bd08781..a0f96ae 100644 --- a/musician/templates/auth/login.html +++ b/musician/templates/auth/login.html @@ -64,9 +64,32 @@ - + + + + + + {% block script %} + {{ block.super }} + {% endblock %} {% endblock %}