{% extends 'base.html' %} {% load static %} {% block content %}

Set new password

{% if validlink %}
{% csrf_token %} {% if form.errors %} {% endif %}
{% else %}

Your token is invalid.

{% endif %}
{% endblock %}