mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
templates: Fix setup state check
Closes: #1728. Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
1aaf5efb52
commit
746f7b07fc
@ -70,7 +70,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
{% if setup_state == 'needs-setup' %}
|
{% if setup_state == 'needs-setup' %}
|
||||||
value="{% trans "Install" %}"
|
value="{% trans "Install" %}"
|
||||||
{% elif setup_state == 'needs-upgrade' %}
|
{% elif setup_state == 'needs-update' %}
|
||||||
value="{% trans "Update" %}"
|
value="{% trans "Update" %}"
|
||||||
{% endif %} />
|
{% endif %} />
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user