{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Set Password" %}{% endblock %} {% block content %}

{% trans "Set Password" %}


{% include "account/snippets/password_set_form.html" %}
{% endblock %}