Fix validation-messages tag

db4
Slava Pestov 2008-09-19 16:36:31 -05:00
parent ad1c520d13
commit a3dcbb43a9
1 changed files with 4 additions and 2 deletions

View File

@ -14,7 +14,8 @@ html.elements
html.components
html.components
html.templates.chloe
html.templates.chloe.syntax ;
html.templates.chloe.syntax
html.templates.chloe.compiler ;
IN: furnace.actions
SYMBOL: params
@ -29,7 +30,8 @@ SYMBOL: rest
</ul>
] unless-empty ;
CHLOE: validation-messages drop render-validation-messages ;
CHLOE: validation-messages
drop [ render-validation-messages ] [code] ;
TUPLE: action rest authorize init display validate submit ;