diff --git a/plinth/modules/backups/templates/verify_ssh_hostkey.html b/plinth/modules/backups/templates/verify_ssh_hostkey.html index 731659972..78d059c65 100644 --- a/plinth/modules/backups/templates/verify_ssh_hostkey.html +++ b/plinth/modules/backups/templates/verify_ssh_hostkey.html @@ -13,7 +13,7 @@
{% csrf_token %} - {% if form.ssh_public_key|length_is:"0" %} + {% if form.ssh_public_key|length == 0 %}

{% blocktrans trimmed %} Could not reach SSH host {{ hostname }}. Please verify that the host