forked from rc/aircox
7 lines
178 B
HTML
7 lines
178 B
HTML
{% extends "admin/aircox/filter.html" %}
|
|
{% block content %}
|
|
{% with choices|first as choice %}
|
|
<input type="datetime-local" value="choice.value" />
|
|
{% endwith %}
|
|
{% endblock %}
|