Skip to content

Commit

Permalink
fix: add missing closing div to htmx edit template (#968)
Browse files Browse the repository at this point in the history
This PR adds missing closing `</div>` for one that was opened above on line 17 in htmx `view_edit.t` template.
  • Loading branch information
mivort authored Nov 7, 2024
1 parent b6ad606 commit 2335285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions loco-gen/src/templates/scaffold/htmx/view_edit.t
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Edit {{name}}: {% raw %}{{ item.id }}{% endraw %}
{% endif -%}
</div>
{% endfor -%}
</div>
<div>
<div class="mt-5">
<button class=" text-xs py-3 px-6 rounded-lg bg-gray-900 text-white" type="submit">Submit</button>
Expand Down

0 comments on commit 2335285

Please sign in to comment.