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