{% extends 'layouts/base-fullscreen.html' %} {% load i18n static admin_material %} {% block content %} {% include 'includes/navigation-fullscreen.html' %} Sign in {% csrf_token %} {{ form.username.label }} {{ form.password.label }} Remember me Sign in Don't have an account? Sign up {% include 'includes/footer-fullscreen.html' %} {% endblock content %} {% block extrascript %} {% endblock %}
Don't have an account? Sign up