move actual forms out of forms anchor
This commit is contained in:
parent
c627348bd6
commit
1e122eac87
@ -1,5 +1,5 @@
|
|||||||
$newline never
|
$newline never
|
||||||
$#TODO: anchor must be generic for working with multiple forms
|
$#TODO: anchor must be generic for working with multiple forms
|
||||||
<a name="forms">
|
<a id="forms">
|
||||||
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
|
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
|
||||||
^{formWidget}
|
^{formWidget}
|
||||||
|
|||||||
@ -3,6 +3,6 @@ $maybe text <- formText
|
|||||||
<h2>
|
<h2>
|
||||||
_{text}
|
_{text}
|
||||||
$#TODO: anchor must be generic for working with multiple forms
|
$#TODO: anchor must be generic for working with multiple forms
|
||||||
<a name="forms">
|
<a id="forms">
|
||||||
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
|
<form method=post action=@{actionUrl}#forms enctype=#{formEnctype}>
|
||||||
^{formWidget}
|
^{formWidget}
|
||||||
|
|||||||
Reference in New Issue
Block a user