1
0
Fork 0

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
commit dcde3ded95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 64 additions and 7 deletions

View file

@ -105,4 +105,5 @@
{% block scripts %}
<script src="/static/js/vendor/tabs.js"></script>
{% include 'snippets/datepicker_js.html' %}
{% endblock %}