{% extends 'layouts/base-fullscreen.html' %} {% load i18n static admin_soft %} {% block content %} {% include 'includes/navigation-fullscreen.html' %} Sign IN {% if msg %} {{ msg | safe }} {% else %} Add your credentials {% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %} {% csrf_token %} {% for field in form %} {{ field.label }} {{field}} {% endfor %} Forgot password Sign in Don't have an account? Register {% include 'includes/footer-fullscreen.html' %} {% endblock content %} {% block extrascript %} {% endblock %}
{% if msg %} {{ msg | safe }} {% else %} Add your credentials {% endif %}
Forgot password
Don't have an account? Register