aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/login.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-07-20 23:53:03 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-07-20 23:53:03 +0200
commit3a175662da52cc770d52e46a9abe2cd782aa2142 (patch)
treeb65ec8d8e717b1928e47482cb54bd0787f7a0f05 /templates/registration/login.html
parentreset password and decorators for login check (diff)
downloadscout-subs-3a175662da52cc770d52e46a9abe2cd782aa2142.tar.gz
scout-subs-3a175662da52cc770d52e46a9abe2cd782aa2142.zip
search users, show attachments, fancy pass reset
Diffstat (limited to 'templates/registration/login.html')
-rw-r--r--templates/registration/login.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html
index 9459f93..9ee3bb8 100644
--- a/templates/registration/login.html
+++ b/templates/registration/login.html
@@ -11,6 +11,9 @@
{% csrf_token %}
{{ form.as_p }}
<br>
+ <a href={% url 'password_reset' %}>Password dimenticata</a>
+ <br>
+ <br>
<button class="btn waves-effect waves-light" type="submit">Login</button>
</form>
</div>