{% extends "base_registration.html" %} {% block content %}
{% load static %} BeetleboxCI Logo

Login to BeetleboxCI

{% csrf_token %}
Email:
{{ form.username }}
Password:
{{ form.password }}
{% if form.errors %}

Your username and password didn't match. Please try again.

{% endif %}
{# Assumes you setup the password_reset view in your URLconf #}

{% endblock %}