From 8cbcd39bb276a5420a0276921a5f54b631335e00 Mon Sep 17 00:00:00 2001 From: Frederico Gomes Date: Sat, 21 Mar 2026 13:09:59 +0000 Subject: [PATCH] wireguard: Add empty form for AutoAddClientView Signed-off-by: Frederico Gomes Reviewed-by: James Valleroy --- plinth/modules/wireguard/forms.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plinth/modules/wireguard/forms.py b/plinth/modules/wireguard/forms.py index cccc37ad8..9b4982bf7 100644 --- a/plinth/modules/wireguard/forms.py +++ b/plinth/modules/wireguard/forms.py @@ -74,6 +74,11 @@ class AddClientForm(forms.Form): validators=[validate_key]) +class AutoAddClientForm(forms.Form): + """Empty form for auto-client addition UX.""" + pass + + class AddServerForm(forms.Form): """Form to add server.""" peer_endpoint = forms.CharField(