Merge pull request #1049 from bookwyrm-social/datepicker

Datepicker
This commit is contained in:
Mouse Reeve
2021-05-05 07:00:07 -07:00
committed by GitHub
12 changed files with 64 additions and 7 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 %}