fixed bug with route to / now needing to be to base.html, not main.html, then just added publisher (list all/edit 1/deleted button)
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
<div class="nav-item dropdown">
|
||||
<a class="nav-item dropdown nav-link dropdown-toggle" href="#" id="PublisherMenu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Publishers</a>
|
||||
<div class="dropdown-menu" aria-labelledby="PublisherMenu">
|
||||
<a class="dropdown-item" href="#">Show All</a>
|
||||
<a class="dropdown-item" href="{{url_for('publishers')}}">Show All</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user