diff --git a/authentik/core/templates/user/settings.html b/authentik/core/templates/user/settings.html index 047288c59..af8637330 100644 --- a/authentik/core/templates/user/settings.html +++ b/authentik/core/templates/user/settings.html @@ -41,8 +41,8 @@ {% endfor %} {% user_sources as user_sources_loc %} - {% for source, source_link in user_sources_loc.item %} -
+ {% for source, source_link in user_sources_loc.items %} +