{% extends "Dashboard/base.html" %} {% block content %}

Login

{% if error %}
{{ error }}
{% endif %}
{% csrf_token %}
{% endblock %}