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:
2020-12-05 12:16:55 +11:00
parent c367a2559f
commit d534e7684b

View File

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