/usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin
{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %}{{ block.super }}<link rel="stylesheet" href="{% static "admin/css/login.css" %}"> {{ form.media }} {% endblock %} {% block bodyclass %}{{ block.super }} login{% endblock %} {% block usertools %}{% endblock %} {% block nav-global %}{% endblock %} {% block nav-sidebar %}{% endblock %} {% block content_title %}{% endblock %} {% block nav-breadcrumbs %}{% endblock %} {% block content %} {% if form.errors and not form.non_field_errors %} <p class="errornote"> {% blocktranslate count counter=form.errors.items|length %}Please correct the error below.{% plural %}Please correct the errors below.{% endblocktranslate %} </p> {% endif %} {% if form.non_field_errors %} {% for error in form.non_field_errors %} <p class="errornote"> {{ error }} </p> {% endfor %} {% endif %} <div id="content-main"> {% if user.is_authenticated %} <p class="errornote"> {% blocktranslate trimmed %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktranslate %} </p> {% endif %} <form action="{{ app_path }}" method="post" id="login-form">{% csrf_token %} <div class="form-row"> {{ form.username.errors }} {{ form.username.label_tag }} {{ form.username }} </div> <div class="form-row"> {{ form.password.errors }} {{ form.password.label_tag }} {{ form.password }} <input type="hidden" name="next" value="{{ next }}"> </div> {% url 'admin_password_reset' as password_reset_url %} {% if password_reset_url %} <div class="password-reset-link"> <a href="{{ password_reset_url }}">{% translate 'Forgotten your password or username?' %}</a> </div> {% endif %} <div class="submit-row"> <input type="submit" value="{% translate 'Log in' %}"> </div> </form> </div> {% endblock %}
.
Edit
..
Edit
404.html
Edit
500.html
Edit
actions.html
Edit
app_index.html
Edit
app_list.html
Edit
auth
Edit
base.html
Edit
base_site.html
Edit
change_form.html
Edit
change_form_object_tools.html
Edit
change_list.html
Edit
change_list_object_tools.html
Edit
change_list_results.html
Edit
color_theme_toggle.html
Edit
date_hierarchy.html
Edit
delete_confirmation.html
Edit
delete_selected_confirmation.html
Edit
edit_inline
Edit
filter.html
Edit
includes
Edit
index.html
Edit
invalid_setup.html
Edit
login.html
Edit
nav_sidebar.html
Edit
object_history.html
Edit
pagination.html
Edit
popup_response.html
Edit
prepopulated_fields_js.html
Edit
search_form.html
Edit
submit_line.html
Edit
widgets
Edit