Adds datepicker script dependencies to templates

This commit is contained in:
Mouse Reeve
2021-05-04 08:54:53 -07:00
parent 33ec315fbf
commit 33ca7b4b76
8 changed files with 28 additions and 2 deletions

View File

@ -64,3 +64,7 @@
</form>
{% endblock %}
{% block scripts %}
{% include 'snippets/datepicker_js.html' %}
{% endblock %}