diff --git a/src/joy/form-helper.janet b/src/joy/form-helper.janet index 3e98da8..016df96 100644 --- a/src/joy/form-helper.janet +++ b/src/joy/form-helper.janet @@ -62,9 +62,7 @@ (defn form-for - `(form-for action-args & body) - - Generates a
html element where action-args is a tuple + `Generates a html element where action-args is a tuple of [request route-keyword route-arg1 route-arg2...] and body is the rest of the form. The form requires the request for the csrf-token and any put, patch or delete http methods. @@ -88,9 +86,7 @@ (defn label - `(label html-for body & args) - - Generates a