Commit 01da9b94 authored by Mahmoud Aglan's avatar Mahmoud Aglan

fix(sports): fix group edit form 404 — remove /update suffix from action

Route is POST /sa/groups/{id}, not /sa/groups/{id}/update.
Co-Authored-By: 's avatarClaude Opus 4.6 <noreply@anthropic.com>
parent 1f791ecf
......@@ -7,7 +7,7 @@
<?php $__template->section('content'); ?>
<form method="POST" action="/sa/groups/<?= (int) $group->id ?>/update">
<form method="POST" action="/sa/groups/<?= (int) $group->id ?>">
<?= csrf_field() ?>
<!-- Basic Information -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment