{% extends "wagtailadmin/admin_base.html" %} {% load staticfiles i18n %} {% block titletag %}{% trans "Set your new password" %}{% endblock %} {% block bodyclass %}login{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block furniture %}
{% if validlink %} {% if form.errors %}
{% endif %}
{% csrf_token %}

{% trans "Set your new password" %}

{% else %}

{% trans "Set your new password" %}

{% comment %} By Jordi: The link below should use reverse url lookup but somehow this is not working and it's not working in the realme.urls either. We pass the hardcoded url using extra_context. Setting hardcoded url for the moment (unlikely to change) {% endcomment %}

{% trans "Request a password reset" %}

{% endif %}
{% endblock %}