(refs #432)Show the information message at the top page

This commit is contained in:
Naoki Takezoe
2014-11-17 00:52:51 +09:00
parent ee1c84dbf2
commit a8801e4e41
4 changed files with 20 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ trait SystemSettingsControllerBase extends ControllerBase {
private val form = mapping(
"baseUrl" -> trim(label("Base URL", optional(text()))),
"information" -> trim(label("Information", optional(text()))),
"allowAccountRegistration" -> trim(label("Account registration", boolean())),
"gravatar" -> trim(label("Gravatar", boolean())),
"notification" -> trim(label("Notification", boolean())),