{% extends "core/base.html" %} {% load widget_tweaks %} {% load static %} {% block content %} {#
#} {# {% if form.errors %}#} {#

Your username and password didn't match. Please try again.

#} {# {% endif %}#} {##} {# {% if next %}#} {# {% if user.is_authenticated %}#} {#

Your account doesn't have access to this page. To proceed,#} {# please login with an account that has access.

#} {# {% else %}#} {#

Please login to see this page.

#} {# {% endif %}#} {# {% endif %}#}

Defence Nuclear Security Regulator Engagement Database (DED)

Sign in to your account

{% csrf_token %}
{# #} {{ form.username.label_tag }}
{# #} {% render_field form.username class+="block w-full rounded-md border-0 p-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" %}
{# #} {{ form.password.label_tag }}
{# #} {% render_field form.password class+="block w-full rounded-md border-0 p-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6" %}
{% endblock content %}