{% extends "sb_admin/authentification/login_base.html" %} {% load i18n static sb_admin_tags %} {% block content %}

{% trans 'Password reset' %}

{% if validlink %}

{% translate "Please enter your new password twice so we can verify you typed it in correctly." %}

{% csrf_token %} {% csrf_token %}
{% sb_admin_render_form_field form.new_password1 label_as_placeholder=True %} {{ form.new_password1.errors }}
{% sb_admin_render_form_field form.new_password2 label_as_placeholder=True %} {{ form.new_password2.errors }}
{% else %}

{% translate "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

{% endif %}
{% endblock %}