{% extends 'registration/registration_base.html' %} {% load i18n %} {% block title %}{% trans 'New Password | Learning management system' %}{% endblock title %} {% load crispy_forms_tags %} {% block content %} {% include 'snippets/messages.html' %}

{% trans 'Confirm New Password' %}

{% csrf_token %} {{ form|crispy }}
{% endblock content %}