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

Sign in to continue to Velzon.

{% for message in messages %} {% endfor %} {% if field.help_text %} {% endif %} {% csrf_token %}
{{ form.login|as_crispy_field }}
{{ form.password|as_crispy_field }}
{{ form.remember|as_crispy_field }}

Don't have an account ? Signup

{% endblock content %} {% block extra_js %} {% endblock extra_js %}