html - django password_reset can not submit form -


i can not submit forms if extends top html,if delete {% extends 'accounting/password_reset_base.html' %}, form can submit , send email, please fix this, thanks

{% extends 'accounting/password_reset_base.html' %} {% load static%}

{% block headertitle_password %} forgot password ? {% endblock %} {% block passwordbase %}

<div class="container">      <md-card>         <div class="container_password">         <form method="post">{% csrf_token %}     <div>         <input id="id_email" maxlength="254" name="email" type="email" />     </div>             <button type="submit" >reset password</button> </form>         </div>     </md-card>  </div> 

{% endblock %}


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -