diff --git a/plinth/modules/letsencrypt/templates/letsencrypt.html b/plinth/modules/letsencrypt/templates/letsencrypt.html index 69a91fab7..3ea9e6958 100644 --- a/plinth/modules/letsencrypt/templates/letsencrypt.html +++ b/plinth/modules/letsencrypt/templates/letsencrypt.html @@ -321,9 +321,10 @@ {% endif %} {% else %} + {% url 'config:index' as config_url %} {% blocktrans trimmed %} - No domains have been configured. Configure domains to be able to - obtain certificates for them. + No domains have been configured. Configure + domains to be able to obtain certificates for them. {% endblocktrans %} {% endif %} {% endblock %}