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

Reset Password with Skote.

{% csrf_token %} {% for message in messages %} {% endfor %}
{{ form.email|as_crispy_field }}

Remember It ? Sign In here

© Skote. Crafted with by Themesbrand

{% endblock content %}