aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2014-07-07 08:53:20 +0200
committerChristian Weiske <cweiske@cweiske.de>2014-07-07 08:53:20 +0200
commit41e402a74c94f6567519c2be0704848bef17868f (patch)
tree26e18daa76c1cbffce9097e9c4d61f0d63856ded
parentf92fbaf636d620a0092fff8b715be9a493547b4f (diff)
downloadphorkie-41e402a74c94f6567519c2be0704848bef17868f.tar.gz
phorkie-41e402a74c94f6567519c2be0704848bef17868f.zip
warning for missing config file. auto-config works good enough
-rw-r--r--data/templates/base.htm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/base.htm b/data/templates/base.htm
index 86c79e6..efc9e3b 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -75,8 +75,8 @@
<div class="row">
<div class="span9">
{% if suggestSetupCheck %}
- <div class="alert alert-error">
- It seems phorkie is not setup properly.
+ <div class="alert alert-warning">
+ No configuration file found.
Visit the <a href="setup">setup check page</a> for more information.
</div>
{% endif %}