diff --git a/templates/settings/clients_list.html b/templates/settings/clients_list.html index 708c6e6..6108487 100644 --- a/templates/settings/clients_list.html +++ b/templates/settings/clients_list.html @@ -1,12 +1,13 @@ {% extends "base_settings_page.html" %} {% block content %} - +
+ @@ -15,6 +16,7 @@ + {% endfor %}
ID Name DescriptionRedirect URI
{{ c.id.0 }} {{ c.name }} {{ c.description }}{{ c.redirect_uri }}