{% extends "base.html" %} {% block content %} Bootstrap Simple Login Form with Blue Background

Login

Please fill in this form to Log in


{% csrf_token %}
{% if form.username.value %} {% else %} {% endif %}
{% if form.non_field_errors %} {% for error in form.non_field_errors %}
  • {{ error }}
  • {% endfor %} {% endif %}
    Don't have an account? Register here
    {% endblock %}