diff options
Diffstat (limited to 'mod/mod-submit.cxx')
-rw-r--r-- | mod/mod-submit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/mod-submit.cxx b/mod/mod-submit.cxx index 470bd45..1b93756 100644 --- a/mod/mod-submit.cxx +++ b/mod/mod-submit.cxx @@ -201,7 +201,7 @@ handle (request& rq, response& rs) << CSS_LINKS (path ("submit.css"), root) << ~HEAD << BODY - << DIV_HEADER (root, options_->logo (), options_->menu ()) + << DIV_HEADER (options_->logo (), options_->menu (), root, tenant) << DIV(ID="content") << *form_ << ~DIV << ~BODY << ~HTML; |