Fix invalid url.

This commit is contained in:
Dan 2021-01-20 11:19:53 -05:00
parent 7d33606f56
commit bf73824da1

View File

@ -25,7 +25,7 @@
</div>
<div class="justify-content-center">
<form action="/inventory" method="post">
<form action={{url_for('inventory_page')}} method="post">
{{ form.csrf_token() }}
<div class="table-responsive">
<!-- Projects table -->