first pass at creating a book, it works, but I have messed up the series-div* html in book.html
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<div class="nav-item dropdown">
|
||||
<a class="nav-item dropdown nav-link dropdown-toggle" href="#" id="BookMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Books</a>
|
||||
<div class="dropdown-menu" aria-labelledby="BookMenu">
|
||||
<a class="dropdown-item" href="{{url_for('books')}}">Create</a>
|
||||
<a class="dropdown-item" href="{{url_for('new_book')}}">Create</a>
|
||||
<a class="dropdown-item" href="{{url_for('books')}}">Show All</a>
|
||||
<a class="dropdown-item" href="{{url_for('stats')}}">Show Stats</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user