completed TODOs 13, 14, 15, 16 - views of subsets of books. Added 2 new TODOs to enhance their output / make the views better
This commit is contained in:
@@ -49,7 +49,11 @@
|
||||
<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('wishlist')}}">Show Books on wishlist</a>
|
||||
<a class="dropdown-item" href="{{url_for('missing_books')}}">Show Missing Books</a>
|
||||
<a class="dropdown-item" href="{{url_for('poor_rating_books')}}">Show Books that scored < 5/10</a>
|
||||
<a class="dropdown-item" href="{{url_for('needs_replacing')}}">Show Books that Need Replacing</a>
|
||||
<a class="dropdown-item" href="{{url_for('sold_books')}}">Show Books that have been Sold </a>
|
||||
<a class="dropdown-item" href="{{url_for('stats')}}">Show Stats</a>
|
||||
</div>
|
||||
</div class="nav-item dropdown">
|
||||
|
||||
Reference in New Issue
Block a user