Skip to content

Commit

Permalink
fixup! fixup! Add view for creating a destination
Browse files Browse the repository at this point in the history
Fixup for a fixup is pretty funny. the for="" managed to sneak in,
but that stuff wasnt necessary when we group label and field like this
so it shouldnt have been included
  • Loading branch information
stveit committed Nov 1, 2024
1 parent 9d70718 commit 9fd9618
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<fieldset class="menu menu-horizontal menu-md border border-primary items-center gap-4">
<legend class="menu-title">Create destination</legend>
{% for field in create_form %}
<label class="flex items-center gap-2" for="{{ field.id_for_label }}">
<label class="flex items-center gap-2">
{{ field.label }}
<div class="input input-bordered flex items-center gap-2">{{ field }}</div>
</label>
Expand Down

0 comments on commit 9fd9618

Please sign in to comment.