mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-02-04 08:13:38 +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',
|
||||
{'title': _('Configure PageKite'),
|
||||
'status': status,
|
||||
'form': form,
|
||||
'subsubmenu': subsubmenu})
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user