diff --git a/welcome/templates/welcome/index.html b/welcome/templates/welcome/index.html index e3dff8ba..3c004a7d 100644 --- a/welcome/templates/welcome/index.html +++ b/welcome/templates/welcome/index.html @@ -10,7 +10,7 @@ body>div { border-bottom:1px solid #ddd; } h1 { font-weight:normal; } code { background: #ffd; } - #summary, #hostname { background: #34383c; color: #fff; } + #summary, #information { background: #34383c; color: #fff; } #explanation { background:#eee; } #instructions { background:#f6f6f6; } #instructions ol li { margin: 0.2em 0 0.2em 2em; } @@ -49,7 +49,7 @@
-
Server hostname: {{ hostname }}
Database server: {{ database.engine }} ({{ database.url }})