Adds datepicker script dependencies to templates
This commit is contained in:
@ -51,3 +51,7 @@
|
||||
{% include 'snippets/pagination.html' with page=editions path=request.path %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block scripts %}
|
||||
{% include 'snippets/datepicker_js.html' %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user