diff --git a/freedombox/modules/wireguard/templates/wireguard_auto_add_client.html b/freedombox/modules/wireguard/templates/wireguard_auto_add_client.html index 2baa8595d..7fb5ddad8 100644 --- a/freedombox/modules/wireguard/templates/wireguard_auto_add_client.html +++ b/freedombox/modules/wireguard/templates/wireguard_auto_add_client.html @@ -19,17 +19,28 @@ {% if client_privkey %}
| {% trans "IP Address" %} | {{ next_ip }} |
| {% trans "Endpoint" %} | {{ endpoint }} |
| {% trans "Public Key" %} | -{{ client_pubkey }} |
| {% trans "Private Key" %} | +|
| {% trans "IP Address" %} | +{{ next_ip }} | +
| {% trans "Endpoint(s)" %} | +{% for endpoint in endpoints %}{{ endpoint }}
+{% endfor %} |
+
| {% trans "Public Key" %} | +{{ client_pubkey }} | +
| {% trans "Private Key" %} |
{% trans "Click to reveal" %}{{ client_privkey }} |