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."
|
INTRO: Write some information related to the form. Could be a introduction."
|
||||||
`(spinneret:with-html
|
`(spinneret:with-html
|
||||||
(:div
|
(:div
|
||||||
(when ,intro (:p ,intro))
|
(when ,intro (:p :class "alert alert-light" ,intro))
|
||||||
(:form :action (unless ,action "/")
|
(:form :action (unless ,action "/")
|
||||||
:method "post"
|
:method "post"
|
||||||
:class (spacing :property "m" :side "y" :size 1)
|
:class (spacing :property "m" :side "y" :size 1)
|
||||||
|
|
Loading…
Add table
Reference in a new issue