{% extends "onboarding/base.html" %} {% block title %}Log in{% endblock %} {% block main %}
{% include "onboarding/_logo.html" %}

Log in

Use the credentials we emailed after your registration.

{% if error %}

{{ error }}

{% endif %}
{% csrf_token %}
{% endblock %}