{% extends 'base.html' %} {% load static %} {% block title %}Change Password - First Login{% endblock %} {% block content %}

First Time Login

Please change your password to continue

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
Password Requirements:
• At least 8 characters long
• Passwords must match
{% csrf_token %}
{% endblock %}