/usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets
{% include 'django/forms/widgets/input.html' %}{% if related_url %}<a href="{{ related_url }}" class="related-lookup" id="lookup_id_{{ widget.name }}" title="{{ link_title }}"></a>{% endif %}{% if link_label %} <strong>{% if link_url %}<a href="{{ link_url }}">{{ link_label }}</a>{% else %}{{ link_label }}{% endif %}</strong>{% endif %}
.
Edit
..
Edit
clearable_file_input.html
Edit
date.html
Edit
foreign_key_raw_id.html
Edit
many_to_many_raw_id.html
Edit
radio.html
Edit
related_widget_wrapper.html
Edit
split_datetime.html
Edit
time.html
Edit
url.html
Edit