{% extends "account/base.html" %} {% load bootstrap_tags %} {% load i18n %} {% block title %}{% trans "Set Password" %}{% endblock %} {% block body_outer %}

{% trans "Set your password here" %}

{% csrf_token %} {{ form|as_bootstrap }}
{% endblock %}