django1/django/contrib/admin/templates/widget/date_time.html

5 lines
115 B
HTML

<p class="datetime">
Date: {{ bound_field.form_fields.0 }}<br />
Time: {{ bound_field.form_fields.1 }}
</p>