{% extends "layouts/base_full_screen.html" %} {% load static %} {% block title %} Set New-Password {% endblock %} {% block body_attributes %} {% endblock body_attributes %} {% block stylesheet %} {% endblock stylesheet %} {% block content %}
{% endblock %} {% block javascripts %} {% if messages %} {% for message in messages %} {% endfor %} {% endif %} {% endblock %}