1
0
Fork 0

Merge branch 'main' into stopped-shelf

This commit is contained in:
Mouse Reeve 2022-03-26 13:06:06 -07:00
commit ec21d20b90
94 changed files with 10585 additions and 3417 deletions

View file

@ -10,6 +10,7 @@
<form name="reading-progress-{{ uuid }}" action="{% url 'reading-status-update' book.id %}" method="POST" class="submit-status">
{% csrf_token %}
<input type="hidden" name="id" value="{{ readthrough.id }}">
<input type="hidden" name="start_date" value="{{ readthrough.start_date|date:'Y-m-d' }}">
{% endblock %}
{% block reading-dates %}