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

@ -51,3 +51,7 @@
{% include 'snippets/pagination.html' with page=editions path=request.path %}
</div>
{% endblock %}
{% block scripts %}
{% include 'snippets/datepicker_js.html' %}
{% endblock %}