Added filters for creationDate and lastModified state

This commit is contained in:
Jan Böhmer 2022-08-20 00:10:41 +02:00
parent 798eb4c1bc
commit d3a42cd989
6 changed files with 137 additions and 9 deletions

View file

@ -18,4 +18,8 @@
<span class="input-group-text">{{ form.vars["text_suffix"] }}</span>
{% endif %}
</div>
{% endblock %}
{% block date_time_constraint_widget %}
{{ block('number_constraint_widget') }}
{% endblock %}