Skip to content

Commit

Permalink
Replace entire div and not just content of div
Browse files Browse the repository at this point in the history
  • Loading branch information
stveit committed Jan 15, 2025
1 parent 84da7a2 commit e21e6af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<form hx-post="{% url 'htmx:htmx-create' %}"
hx-trigger="submit"
hx-target="#destination-content"
hx-swap="outerHTML"
class="max-w-4xl w-full">
{% csrf_token %}
<fieldset class="p-2 border rounded-box border-primary items-center gap-4 flex items-end justify-center">
Expand Down

0 comments on commit e21e6af

Please sign in to comment.