2026-06-02 20:54:38 +02:00
|
|
|
<xf:title>Submit Club Request</xf:title>
|
|
|
|
|
|
|
|
|
|
<xf:form action="{{ link('clubs/save') }}" ajax="true" class="block">
|
|
|
|
|
<div class="block-container">
|
|
|
|
|
<div class="block-body">
|
|
|
|
|
<xf:textboxrow name="title" label="Title" required="required" />
|
|
|
|
|
<xf:textarearow name="description" label="Description" rows="4" required="required" />
|
2026-06-08 16:25:52 +02:00
|
|
|
<xf:uploadrow name="upload_banner" accept=".jpg,.jpeg,.jpe,.png" label="Banner" />
|
2026-06-02 20:54:38 +02:00
|
|
|
</div>
|
|
|
|
|
<xf:submitrow submit="Submit" icon="save" />
|
|
|
|
|
</div>
|
|
|
|
|
</xf:form>
|