Adds datepicker script dependencies to templates
This commit is contained in:
parent
33ec315fbf
commit
33ca7b4b76
8 changed files with 28 additions and 2 deletions
|
@ -51,3 +51,7 @@
|
|||
{% include 'snippets/pagination.html' with page=editions path=request.path %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
{% include 'snippets/datepicker_js.html' %}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue