Add alert class to form intro
This commit is contained in:
parent
99b20eda7f
commit
40a90f5f78
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ ACTION: Form action.
|
|||
INTRO: Write some information related to the form. Could be a introduction."
|
||||
`(spinneret:with-html
|
||||
(:div
|
||||
(when ,intro (:p ,intro))
|
||||
(when ,intro (:p :class "alert alert-light" ,intro))
|
||||
(:form :action (unless ,action "/")
|
||||
:method "post"
|
||||
:class (spacing :property "m" :side "y" :size 1)
|
||||
|
|
Loading…
Add table
Reference in a new issue