{% extends 'base_generic.html' %} {% block title %}Enter new password{% endblock %} {% block content %}

Set a new password!

{% csrf_token %} {{ form.as_p }}
{% endblock %}