{% extends "base_bootstrap_login.html" %} {% block title %}Login{% endblock %} {% block content %}
{% if form.errors %}

Sorry, that's not a valid username or password

{% endif %}
{% csrf_token %} {% if request.GET.next %} {% endif %} {{ form.as_table }}
{% comment %} Register New User {% endcomment %}

Can't login? Checkout the ATLAS blog

{% endblock %}