{% extends 'base.html' %} {% load static %} {% block title %} Reset Password {% endblock %} {% block css %} {% endblock %} {% block content %}

Reset Password

{% csrf_token %} {% ifequal user_exist True %}
{% else %}

Wrong verification link

{% endifequal %}
{% endblock %} {% block js %} {% endblock %}