{% extends 'registration/registration_base.html' %} {% load i18n %} {% block title %}{% trans 'Password Reset Complete | Learning management system' %}{% endblock title %} {% load crispy_forms_tags %} {% block content %}

{% trans 'Password Reset Complete' %}

{% trans 'Your password has been set, you are now able to Log In!' %}
{% trans 'Sign In Here' %}
{% endblock content %}