web: fix add/edit forms

This commit is contained in:
Simon Michael 2010-11-29 00:01:52 +00:00
parent 27ad4d7efe
commit 577b7fabff

View File

@ -523,8 +523,9 @@ getJournalR = do
^addform.td^
^editform'^
^importform^
^filterform.td^
^maincontent^
%div#transactions
^filterform.td^
^maincontent^
|]
postJournalR :: Handler RepPlain
@ -555,8 +556,9 @@ getRegisterR = do
^addform.td^
^editform'^
^importform^
^filterform.td^
^maincontent^
%div#transactions
^filterform.td^
^maincontent^
|]
postRegisterR :: Handler RepPlain