{% 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

© Creative-Tim coded by App Generator.
  • Download
  • Documentation
  • PRO Version
{% endblock content %}