{% extends 'base.html' %} {% load static i18n crispy_forms_tags %} {% block title %}Login{% endblock title %} {% block body_attribute %}class="authentication-bg"{% endblock body_attribute %} {% block content %}
dark logo logo

Welcome to IN+

Let’s get you signed in. Enter your email and password to continue.

{% csrf_token %} {{ form|crispy }} {% if redirect_field_value %} {% endif %}

New here? Create an account

© 2014 - INSPINIA — by WebAppLayers

{% endblock content %} {% block extra_javascript %} {% endblock %}