Update HTML for confirmation page
This commit is contained in:
parent
e752e87e0c
commit
2818c2bb17
1 changed files with 5 additions and 5 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
(defun questionnaire-submit ()
|
||||
(with-page (:title "Confirmation")
|
||||
(navbar-en)
|
||||
(:section :class "container"
|
||||
(:h2 "Confirmation")
|
||||
(:div :class "alert alert-info" :role "alert"
|
||||
(format nil "Thank you for filling out the questionnaire.")))))
|
||||
(body-header "Confirmation")
|
||||
(:main :id "main-content"
|
||||
:class "container"
|
||||
(:div :class "alert alert-info" :role "alert"
|
||||
(format nil "Thank you for filling out the questionnaire.")))))
|
||||
|
|
Loading…
Add table
Reference in a new issue