Phase 3: fix csrf issue

This commit is contained in:
2026-02-21 12:40:53 -05:00
parent 55a1ef053b
commit e024d52915
2 changed files with 5 additions and 1 deletions
-1
View File
@@ -13,7 +13,6 @@
{% endblock %}
{% block content %}
<form method="post" enctype="multipart/form-data" id="inspectionForm">
{{ csrf_token() | safe }}
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}">
{# Sticky toolbar #}