{% extends 'base.html' %}{% load static %} {% block title %}New Password — Unity Nation{% endblock %} {% block content %}

Set New Password

Enter your new password below.

{% if validlink %}
{% csrf_token %}
{% if form.new_password1.errors %}
{{ form.new_password1.errors }}
{% endif %}
{% if form.new_password2.errors %}
{{ form.new_password2.errors }}
{% endif %}
{% else %}
This reset link is invalid or has expired. Please request a new one.
Request New Link {% endif %}
{% endblock %}