/usr/local/lib/python3.9/site-packages/django/contrib/admin/templates/admin/widgets
{% if widget.is_initial %}<p class="file-upload">{{ widget.initial_text }}: <a href="{{ widget.value.url }}">{{ widget.value }}</a>{% if not widget.required %} <span class="clearable-file-input"> <input type="checkbox" name="{{ widget.checkbox_name }}" id="{{ widget.checkbox_id }}"{% if widget.attrs.disabled %} disabled{% endif %}> <label for="{{ widget.checkbox_id }}">{{ widget.clear_checkbox_label }}</label></span>{% endif %}<br> {{ widget.input_text }}:{% endif %} <input type="{{ widget.type }}" name="{{ widget.name }}"{% include "django/forms/widgets/attrs.html" %}>{% if widget.is_initial %}</p>{% 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