{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% load socialaccount %} {% block title %}Reset Password{% endblock title %} {% block content %}
Reset Password
{% csrf_token %} {{form|crispy}}

© Skote. Crafted with by Themesbrand

{% endblock content %}