diff --git a/reader/templates/reader/book_read/epub_viewer.html b/reader/templates/reader/book_read/epub_viewer.html index ea0df6a8fb7391882c603568bd99dca21134e923..30f7e5cbdd371ca8d081c70f1b386a06dc79a658 100644 --- a/reader/templates/reader/book_read/epub_viewer.html +++ b/reader/templates/reader/book_read/epub_viewer.html @@ -19,7 +19,7 @@ <span class="ta-text">Now reading: {{ book.title }}</span> </td> <td> - <span id="lastsaved">Not saved yet.</span> + <span class="ta-text" id="lastsaved"></span> </td> <td class="ta-right"> <span class="ta-text"><a href="{% url 'view_book' book.id %}" class="btn btn-primary">Back to book</a></span>