From 8c40f2a64ae2ba63a1ed6c89cb7ce8a4b07e4dd1 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Fri, 4 Jul 2014 11:11:53 +0200 Subject: Lead users to setup check page when no config file given --- data/templates/base.htm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data') diff --git a/data/templates/base.htm b/data/templates/base.htm index 90ccc0a..86c79e6 100644 --- a/data/templates/base.htm +++ b/data/templates/base.htm @@ -74,6 +74,12 @@
+ {% if suggestSetupCheck %} +
+ It seems phorkie is not setup properly. + Visit the setup check page for more information. +
+ {% endif %} {% block content %}{% endblock %}
-- cgit v1.2.3