diff --git a/plinth/modules/openvpn/templates/migrate_to_ecc.inc b/plinth/modules/openvpn/templates/migrate_to_ecc.html similarity index 77% rename from plinth/modules/openvpn/templates/migrate_to_ecc.inc rename to plinth/modules/openvpn/templates/migrate_to_ecc.html index 18bf65fb3..5ca575e72 100644 --- a/plinth/modules/openvpn/templates/migrate_to_ecc.inc +++ b/plinth/modules/openvpn/templates/migrate_to_ecc.html @@ -1,6 +1,8 @@ -{% load i18n %} +{% comment %} +# SPDX-License-Identifier: AGPL-3.0-or-later +{% endcomment %} -
{% blocktrans trimmed %} - Existing client profiles will be invalidated by this operation. All - OpenVPN users on {{ box_name }} should download their new profiles. OpenVPN - clients compatible with ECC should be used to connect to this server. + All new installations of OpenVPN on {{ box_name }} will + use ECC by default. We recommend migrating as soon as possible. {% endblocktrans %}
-+
{% blocktrans trimmed %} - All new installations of OpenVPN on {{ box_name }} will - use ECC by default. We recommend migrating as soon as possible. + Warning: Existing client profiles will be invalidated by this operation. All + OpenVPN users on {{ box_name }} must download their new profiles. OpenVPN + clients compatible with ECC should be used to connect to this server. {% endblocktrans %}
diff --git a/plinth/modules/openvpn/templates/openvpn.html b/plinth/modules/openvpn/templates/openvpn.html index fdbc46a68..268259297 100644 --- a/plinth/modules/openvpn/templates/openvpn.html +++ b/plinth/modules/openvpn/templates/openvpn.html @@ -47,7 +47,7 @@ {% if not using_ecc %} - {% include "migrate_to_ecc.inc" %} + {% include "migrate_to_ecc.html" %} {% endif %} {% endif %}