fixed the routes

This commit is contained in:
James Devine 2026-03-11 18:10:02 +01:00
parent 6ed40b1c99
commit 0731abc69a

View file

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