{% extends "base.html" %} {% load static %} {% block title %}: Sign in{% endblock %} {% block css %} {% endblock %} {% block css_nocompress %} {% endblock %} {% block content %}
{% if request.GET.bid_login_failed %}

Attempting to sign in...

{% else %} {% if form.errors %}
Your username and password didn't match. Please try again.
{% endif %} {% if request.GET.bad_email %}
Failed to log in with given email.
{% endif %}

Sign in

{% endif %}
{% endblock %}