fixed the routes
This commit is contained in:
parent
6ed40b1c99
commit
0731abc69a
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<div class="flex justify-between items-center">
|
<div class="flex justify-between items-center">
|
||||||
<h2 class="text-xl font-semibold text-gray-900">Recent Inspections</h2>
|
<h2 class="text-xl font-semibold text-gray-900">Recent Inspections</h2>
|
||||||
<a href="{{ url_for('inspections.create') }}" class="btn btn-primary">
|
<a href="{{ url_for('inspections.inspection_new') }}" class="btn btn-primary">
|
||||||
<i class="fas fa-plus mr-1"></i> New Inspection
|
<i class="fas fa-plus mr-1"></i> New Inspection
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue