Update findOwners.html

I removed the 'add owner' button which was supposed to be in the navbar and not in the page body
This commit is contained in:
Bobzero 2023-09-12 08:53:05 +03:00 committed by GitHub
parent 4926e29270
commit 5d8643f2d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,8 +26,6 @@
</div>
</div>
<a class="btn btn-primary" th:href="@{/owners/new}">Add Owner</a>
</form>
</body>