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

Sign in to continue to Skote.

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

Don't have an account ? Signup now

© Skote. Crafted with by Themesbrand

{% endblock content %}