aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/login.html
diff options
context:
space:
mode:
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>