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:
2020-11-14 15:33:43 +11:00
parent 3831c0a03b
commit 29f8189c97
5 changed files with 113 additions and 9 deletions

View File

@@ -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>