mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-25 07:39:28 +00:00
Fix issues with no errors showing
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<p>Forgot your password? Enter your email in the form below and we'll send you instructions for creating a new one.</p>
|
||||
<form method='post' action=''>
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.email %}
|
||||
{% csrf_token %}
|
||||
<input type='submit' value="Reset password" class="btn primary"/>
|
||||
|
||||
Reference in New Issue
Block a user