05/27 Update template toggle function

This commit is contained in:
2026-05-27 11:25:45 -04:00
parent 0767bcaeee
commit 06bbfb7214
5 changed files with 84 additions and 4 deletions
+1 -1
View File
@@ -270,7 +270,7 @@ def index():
def start():
form = StartInspectionForm()
templates = InspectionTemplate.query.order_by(InspectionTemplate.name).all()
templates = InspectionTemplate.query.filter_by(active=True).order_by(InspectionTemplate.name).all()
projects = Project.query.filter_by(active=True).order_by(Project.name).all()
# Scope projects to inspector's assigned contracts