{% extends "base.html" %} {% block body %}
{% trans "Your password has been set. You may go ahead and log in now." as headingtext %} {% include "patterns/basics/headings/sp_variations/heading.html" with type="subheading" htmltag="h3" title=headingtext %} {% trans "Log in" as buttontext %} {% url "login" as link %} {% include "patterns/basics/buttons/sp_variations/button.html" with type="primary" hyperlink=link text=buttontext %}
{% endblock %}