{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}

Sign in

{% if "user_pw" not in student_sign_in_view %}
If you have a not been assigned a password, you should use the standard sign-in process.
{% else %}
If you do not have an account, sign up. If you do not remember your password, reset your password.
{% endif %}
{% crispy form %}
{% endblock %}