mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-25 15:49:29 +00:00
Fix issues with no errors showing
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
<form method='post' action=''>
|
||||
<fieldset>
|
||||
{% include "formtools/formerror.html" %}
|
||||
{% include "formtools/formfield.html" with field=form.old_password %}
|
||||
{% include "formtools/formfield.html" with field=form.new_password1 %}
|
||||
{% include "formtools/formfield.html" with field=form.new_password2 %}
|
||||
|
||||
Reference in New Issue
Block a user