Fix docstring
This commit is contained in:
parent
b05f597569
commit
03b9b41baa
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
(in-package :ml-survey/views)
|
||||
|
||||
(defun survey (survey &optional results)
|
||||
(check-type survey ml-survey:survey)
|
||||
"Generates the view to show the survey created."
|
||||
(check-type survey ml-survey:survey)
|
||||
(with-page (:title "Survey Details")
|
||||
(navbar-en)
|
||||
(:section :class "container"
|
||||
|
|
Loading…
Add table
Reference in a new issue