/usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin
{% load i18n admin_urls %} <div class="submit-row"> {% block submit-row %} {% if show_save %}<input type="submit" value="{% translate 'Save' %}" class="default" name="_save">{% endif %} {% if show_save_as_new %}<input type="submit" value="{% translate 'Save as new' %}" name="_saveasnew">{% endif %} {% if show_save_and_add_another %}<input type="submit" value="{% translate 'Save and add another' %}" name="_addanother">{% endif %} {% if show_save_and_continue %}<input type="submit" value="{% if can_change %}{% translate 'Save and continue editing' %}{% else %}{% translate 'Save and view' %}{% endif %}" name="_continue">{% endif %} {% if show_close %} {% url opts|admin_urlname:'changelist' as changelist_url %} <a href="{% add_preserved_filters changelist_url %}" class="closelink">{% translate 'Close' %}</a> {% endif %} {% if show_delete_link and original %} {% url opts|admin_urlname:'delete' original.pk|admin_urlquote as delete_url %} <a href="{% add_preserved_filters delete_url %}" class="deletelink">{% translate "Delete" %}</a> {% endif %} {% endblock %} </div>
.
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