This commit is contained in:
2025-11-02 09:50:50 +00:00
parent f0fc70eac6
commit cc759ec694

View File

@@ -3,7 +3,7 @@
<h2>Log My Ticket</h2>
<form method="POST" action="/account/tickets/add_ticket" enctype="multipart/form-data" id="ticketForm">
{{ .csrfField }}
<input type="hidden" name="csrf_token" value="{{ $.CSRFToken }}">
<div class="form-section">
<label>Game:
@@ -49,7 +49,7 @@
</div>
<div id="ticketLinesContainer">
<!-- JS will insert ticket lines here -->
<!-- todo, maybe ajax so it doesnt refresh?-->
</div>
<div class="form-section">