{% extends 'web/base.html' %} {% load bootstrap3 %} {% block flash %} {% bootstrap_messages %} {% if form.errors %} {% endif %} {% endblock %} {% block content %}

Participant Login

{% csrf_token %} {% bootstrap_form form %} {% buttons %}
{% endbuttons %}
{# Assumes you setup the password_reset view in your URLconf #}

Forgot password?

New to Lookit? Create an account

{% endblock %}