{% extends 'mathesar/login_base.html' %} {% load i18n static %} {% block h1 %}{% translate "update your password"|title %}{% endblock %} {% block box_content %} {% if validlink %}

{% translate "Since your password was set by an administrator, you need to update your password to continue." %}

{% csrf_token %}
{% else %}

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

{% endif %} {% endblock %}