{% load static %}

Connexion

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.username }}
{{ form.password }}
{{ form.otp_token }}
{% include 'partials/footer.html' %}