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

{% trans "Set Password" %}

{% endblock %} {% block content %}
{% csrf_token %} {{ form|bulma }}
{% endblock %}