diff --git a/templates/BootstrapForm.ss b/templates/BootstrapForm.ss index 7de97f5..c7d21eb 100755 --- a/templates/BootstrapForm.ss +++ b/templates/BootstrapForm.ss @@ -3,11 +3,11 @@ <% end_if %> <% if $Message %> <% if $MessageType == "good" %> -
$Message
+ <% else_if MessageType == "info" %> -
$Message
+ <% else_if MessageType == "bad" %> -
$Message
+ <% end_if %> <% end_if %>