{% extends "misago/base.html" %} {% load i18n %} {% block title %}{% blocktrans trimmed with username=requesting_user.username %} Set new password for {{ username }} {% endblocktrans %} | {{ block.super }}{% endblock %} {% block content %}
{% csrf_token %}

{% trans "Set new password" %}

{% include "misago/form_errors.html" %}
{% endblock content %}