Fix body-header

This commit is contained in:
Marcus Kammer 2024-08-03 11:45:51 +02:00
parent b289519b9f
commit 6c2148662a
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -26,7 +26,7 @@
"Generates the view to create a new survey." "Generates the view to create a new survey."
(let ((questionnaires (list-questionnaires))) (let ((questionnaires (list-questionnaires)))
(with-page (:title "New Survey") (with-page (:title "New Survey")
(body-header "New Survey" (body-header t "New Survey"
(with-navbar (:brand "ml-survey" :active-item "New Survey") (with-navbar (:brand "ml-survey" :active-item "New Survey")
"Home" "/" "New Survey" "/new-survey")) "Home" "/" "New Survey" "/new-survey"))
(body-main t (body-main t