{% extends "base.html" %} {% block title %}Log in{% endblock %} {% block content %}

Log into your account

{% if custom_message %}

{{ custom_message }}

{% endif %}
{{ form.non_field_errors }}
{{ form.email.errors }}{{ form.email }}
{{ form.password.errors }}{{ form.password }} Forgot password
 

Create account

{% endblock %}