{% extends "web/base.html" %} {% block title %}Sign in ยท ideagraph{% endblock %} {% block content %}

Sign in

{% if form.errors %}

Incorrect username or password.

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