{% extends 'shop/base.html' %} {% block title %}Set New Password{% endblock %} {% block content %}

Set a New Password

{% if validlink %}
{% csrf_token %}
{% else %}

This password reset link is invalid or has expired.

{% endif %}
{% endblock %}