{% extends 'account/base.html' %} {% load static %} {% load crispy_forms_tags %} {% block title %}Login{% endblock title %} {% block content %}
Welcome Back !

Sign in to continue to Anttek.io.

{% csrf_token %} {% for message in messages %} {% endfor %} {{ form|crispy}}

© Anttek.io. Crafted with by Anttek.io dev team

{% endblock content %}