{% extends 'base.html' %} {% load static %} {% block title %}BUSA | Login{% endblock %} {% block content %}

Login to BUSA

{% if login_form.errors %}
{{ login_form.non_field_errors }}
{% endif %}
{% csrf_token %}
Don't have an account? Register here
Forgot your password? Reset Password
{% endblock %}