moved publisher over to just be another 1-to-many table so using edit_id_name.html, show_id_name.html. This also means it now has a create / update / delete with status updates
This commit is contained in:
@@ -38,7 +38,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="{{url_for('publishers')}}">Create</a>
|
||||
<a class="dropdown-item" href="/publisher">Create</a>
|
||||
<a class="dropdown-item" href="{{url_for('publishers')}}">Show All</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user