{% extends 'auth/base.html' %} {% load static %} {% block title %}Login - {{ block.super }}{% endblock %} {% block extra_css %} {% endblock %} {% block content %}
Adtlas Logo

Sign in to your account

{% csrf_token %} {% if form.non_field_errors %}
{{ form.non_field_errors.0 }}
{% endif %}
{% if form.username.errors %}
{{ form.username.errors.0 }}
{% endif %}
{% if form.password.errors %}
{{ form.password.errors.0 }}
{% endif %}
Forgot password?
New to Adtlas?

Don't have an account? Create Account

Your data is protected with enterprise-grade security
{% endblock %} {% block extra_js %} {% endblock %}