{% extends "layouts/base-fullscreen.html" %} {% load static %} {% block title %} Sign In {% endblock title %} {% block stylesheets %}{% endblock stylesheets %} {% block body_class %}{% endblock body_class %} {% block content %} {% include 'includes/navigation-transparent.html' %}
{% csrf_token %}

Log in

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

{{ form.username }}
{{ form.password }}

Don't have an account? Sign up

{% include 'includes/footer-auth.html' %}
{% endblock content %} {% block javascripts %}{% endblock javascripts %}