From 79c978e03a6a87324b2faa756f7e22949cdea7ee Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Sun, 22 Mar 2026 19:23:22 +0000 Subject: [PATCH] wireguard: Add client config file section and download button Signed-off-by: Frederico Gomes Reviewed-by: James Valleroy --- .../templates/wireguard_auto_add_client.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html index 0cff47119..da4d2f1d6 100644 --- a/plinth/modules/wireguard/templates/wireguard_auto_add_client.html +++ b/plinth/modules/wireguard/templates/wireguard_auto_add_client.html @@ -5,6 +5,7 @@ {% load bootstrap %} {% load i18n %} +{% load extras %} {% block content %} @@ -35,6 +36,16 @@ {% endif %} +

{% trans "Client configuration file" %}

+