djLint/tests/django_admin/admin/widgets/split_datetime.html

12 lines
283 B
HTML
Raw Normal View History

2021-07-29 18:41:34 +00:00
<p class="datetime">
2021-08-02 14:18:05 +00:00
{{ date_label }}
{% with widget=widget.subwidgets.0 %}
{% include widget.template_name %}
{% endwith %}
2021-07-29 18:41:34 +00:00
<br>
2021-08-02 14:18:05 +00:00
{{ time_label }}
{% with widget=widget.subwidgets.1 %}
{% include widget.template_name %}
{% endwith %}
2021-07-29 18:41:34 +00:00
</p>