mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
Fix issue with showing installed status of pagekite
This commit is contained in:
parent
e6b5bed1f3
commit
10a32f43d9
@ -120,6 +120,7 @@ def configure(request):
|
|||||||
|
|
||||||
return TemplateResponse(request, 'pagekite_configure.html',
|
return TemplateResponse(request, 'pagekite_configure.html',
|
||||||
{'title': _('Configure PageKite'),
|
{'title': _('Configure PageKite'),
|
||||||
|
'status': status,
|
||||||
'form': form,
|
'form': form,
|
||||||
'subsubmenu': subsubmenu})
|
'subsubmenu': subsubmenu})
|
||||||
|
|
||||||
|
|||||||
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
{% if pagekite_status = 'not_installed' %}
|
{% if not status %}
|
||||||
|
|
||||||
<p>PageKite is not installed, please install it. PageKite comes
|
<p>PageKite is not installed, please install it. PageKite comes
|
||||||
pre-installed with {{ cfg.box_name }}. On any Debian based system
|
pre-installed with {{ cfg.box_name }}. On any Debian based system
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user