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

@ -81,3 +81,7 @@
</form>
{% endblock %}
{% block scripts %}
{% include 'snippets/datepicker_js.html' %}
{% endblock %}