{% extends 'accounts/base.html' %} {% block title %}LogIn{% endblock title %} {% block content %}
Don't have an account? SignUp.
{% if ALLOW_PASSWORD_RESET %}Forgot password? Reset Password.
{% endif %} {% if ALLOW_VERIFICATION %}Did not receive account verification email or verification link expired? Resend verification email.
{% endif %}