{% extends "base.html" %} {% block content %}
{# include template "patterns/basics/headings/sp_variations/heading.html" #} {% trans "Reset PIN" as headingtext %} {% with type="component" htmltag="h1" title=headingtext %}
<{{htmltag}}>{{title}}
{% endwith %} {# end include template #}
{% csrf_token %} {% if form.errors %} {% endif %}
{{ form.token }}
{{ form.password }}
{{ form.confirm_password }}
{% endblock %}