Fix issue with showing installed status of pagekite

This commit is contained in:
Sunil Mohan Adapa 2014-12-06 16:51:11 +05:30
parent e6b5bed1f3
commit 10a32f43d9
2 changed files with 2 additions and 1 deletions

View File

@ -120,6 +120,7 @@ def configure(request):
return TemplateResponse(request, 'pagekite_configure.html',
{'title': _('Configure PageKite'),
'status': status,
'form': form,
'subsubmenu': subsubmenu})

View File

@ -22,7 +22,7 @@
{% block content %}
{% if pagekite_status = 'not_installed' %}
{% if not status %}
<p>PageKite is not installed, please install it. PageKite comes
pre-installed with {{ cfg.box_name }}. On any Debian based system