{% extends "layouts/base-auth.html" %} {% load static %} {% block body %} bg-gray-200 {% endblock body %} {% block content %}

Sign in

{% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %}
{% csrf_token %} {% for field in form %}
{{ field }}
{% endfor %}

Don't have an account? Sign up

© , made with by Creative Tim for a better web.
  • Creative Tim
  • About Us
  • Blog
  • License
{% endblock content %}