create new loan now links to url

This commit is contained in:
2020-12-21 22:05:37 +11:00
parent 8b9e017233
commit c4d7fdaa04

View File

@@ -63,7 +63,7 @@
<a class="dropdown-item" href="{{url_for('owneds')}}">Show Ownership Types</a>
<a class="dropdown-item" href="{{url_for('new_rating')}}">Create new Rating</a>
<a class="dropdown-item" href="{{url_for('ratings')}}">Show Ratings</a>
<a class="dropdown-item" href="{{url_for('loans')}}">Create new Loan</a>
<a class="dropdown-item" href="{{url_for('new_loan')}}">Create new Loan</a>
<a class="dropdown-item" href="{{url_for('loans')}}">Show Loans</a>
</div class="dropdow-menu">
</div class="nav-item dropdown">