{% extends "orga/settings/base.html" %} {% load i18n %} {% block content %}

{% trans "Password reset:" %} {{ speaker.get_display_name }}

{% trans "Do you really want to reset this user's password? They won't be able to log in until they set a new password. The email will go to: " %} {{ speaker.email }}.
{% csrf_token %} {% trans "Back" %}
{% endblock %}