11 lines
210 B
HTML
Executable File
11 lines
210 B
HTML
Executable File
{% extends 'registration/register_base.html' %}
|
|
|
|
{% block reg_content %}
|
|
{% if validlink %}
|
|
Please enter your new password: {{ form }}
|
|
{% else %}
|
|
The password reset link was invalid
|
|
{% endif %}
|
|
|
|
{% endblock %}
|