completed TODO-12: missing books

This commit is contained in:
2021-01-09 00:45:10 +11:00
parent e1eebffd2b
commit a6211928df
3 changed files with 17 additions and 1 deletions

View File

@@ -49,6 +49,7 @@
<a class="dropdown-item" href="{{url_for('books')}}">Show All</a>
<a class="dropdown-item" href="{{url_for('books_on_shelf')}}">Show Books on shelf</a>
<a class="dropdown-item" href="{{url_for('unrated_books')}}">Show Unrated_Books</a>
<a class="dropdown-item" href="{{url_for('missing_books')}}">Show Missing Books</a>
<a class="dropdown-item" href="{{url_for('stats')}}">Show Stats</a>
</div>
</div class="nav-item dropdown">