{% extends 'layouts/base-auth.html' %} {% load i18n static admin_argon %} {% block content %}

Sign In

Enter your username and password to sign in

{% csrf_token %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} {{ error }} {% endfor %} {% endif %}

"Attention is the new currency"

The more effortless the writing looks, the more effort the writer actually put into the process.

{% endblock content %} {% block extra_js %} {% endblock %}