diff --git a/lib/ketbin_web/templates/page/form.html.heex b/lib/ketbin_web/templates/page/form.html.heex index 9a696ec..3a45ee6 100644 --- a/lib/ketbin_web/templates/page/form.html.heex +++ b/lib/ketbin_web/templates/page/form.html.heex @@ -1,4 +1,12 @@ -<%= form_for @changeset, @action, [class: "flex flex-col w-full h-full relative"], fn f -> %> +<%= form_for @changeset, @action, [class: "flex flex-col w-full h-full relative", id: "page_form"], fn f -> %> + <%= if @changeset.action do %>

Oops, something went wrong!