Put the referee level's name and qualifying teams on the same row

Inherits from moves to its own row below -- pairing it with nothing
left an awkward empty half-row otherwise.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01ECGMEwrc2k4D8VQuwjstj9
This commit is contained in:
2026-08-20 23:14:46 +02:00
parent c91a8aa782
commit 6d69ff7230

View File

@@ -16,11 +16,11 @@
{% endfor %} {% endfor %}
<div class="grid grid-cols-2 items-start gap-4"> <div class="grid grid-cols-2 items-start gap-4">
{% for field in form %} {% form_field form.name %}
<div class="{% if field.widget_type == "selectmultiple" %}col-span-2{% endif %}"> {% form_field form.teams %}
{% form_field field %}
</div> </div>
{% endfor %} <div class="mt-4 grid grid-cols-2 items-start gap-4">
{% form_field form.inherits_from %}
</div> </div>
<div class="mt-4 flex gap-2"> <div class="mt-4 flex gap-2">