{% extends "../baseOffline.html" %} {% load static %} {% load project_extras %} {% block otherCSS %}{% endblock %} {% block title %} Reset password {% endblock %} {% block content %}

Change your password

You are going to receive an email soon with a code to change your password

{% csrf_token %}
{{ form.token }}
{{ form.password }}
{{ form.password_confirmation }}
{% if error %}
{{ errorMsg }}
{% endif %}
[[ error ]]
Reset

Have an account already? Please go to Sign In

Still no account? Please go to Sign up

{% include "dist/project/auth/authFooter.html" %}
{% endblock %} {% block otherJS %}{% endblock %}