{% extends 'layouts/base-fullscreen.html' %} {% block title %} Sign IN {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block content %}
{% include "includes/navigation-fullscreen.html" %}

Soft UI Dashboard

{% if msg %} {{ msg | safe }} {% else %} Add your credentials {% endif %}

{% csrf_token %}
{{ form.username }}
{{ form.password }}
Sign UP

{% if SOCIAL_AUTH_GITHUB %}

or SignIn with

{% endif %}

{% include "includes/footer-fullscreen.html" %} {% endblock content %} {% block javascripts %}{% endblock javascripts %}