{% extends 'base.html' %} {% block title %} | Set new password successful{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}

Your new password has been set. You may go ahead and sign in now.

{% endblock %}