diff --git a/plinth/modules/pagekite/pagekite.py b/plinth/modules/pagekite/pagekite.py index 78bb87f8b..5a78a1ac9 100644 --- a/plinth/modules/pagekite/pagekite.py +++ b/plinth/modules/pagekite/pagekite.py @@ -120,6 +120,7 @@ def configure(request): return TemplateResponse(request, 'pagekite_configure.html', {'title': _('Configure PageKite'), + 'status': status, 'form': form, 'subsubmenu': subsubmenu}) diff --git a/plinth/modules/pagekite/templates/pagekite_configure.html b/plinth/modules/pagekite/templates/pagekite_configure.html index 63e853843..c136aa2f7 100644 --- a/plinth/modules/pagekite/templates/pagekite_configure.html +++ b/plinth/modules/pagekite/templates/pagekite_configure.html @@ -22,7 +22,7 @@ {% block content %} -{% if pagekite_status = 'not_installed' %} +{% if not status %}

PageKite is not installed, please install it. PageKite comes pre-installed with {{ cfg.box_name }}. On any Debian based system