From 52888b3af73da3743e2db3f0370d9db892cbde8a Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Thu, 7 Apr 2022 18:17:58 +0200 Subject: [PATCH] Automatically join services into single input field on submit --- templates/settings/edit_user.html | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/templates/settings/edit_user.html b/templates/settings/edit_user.html index 2f166c6..7eb69e4 100644 --- a/templates/settings/edit_user.html +++ b/templates/settings/edit_user.html @@ -1,7 +1,7 @@ {% extends "base_settings_page.html" %} {% block content %} -
+
@@ -11,7 +11,7 @@
- +
This username is valid
@@ -73,23 +73,24 @@ Granted clients
+ {% for c in clients %}
-
+ + -{% endblock content %} + +{% endblock content %} \ No newline at end of file