diff --git a/authentik/core/templates/user/settings.html b/authentik/core/templates/user/settings.html index 6305bc773..50f70d560 100644 --- a/authentik/core/templates/user/settings.html +++ b/authentik/core/templates/user/settings.html @@ -39,8 +39,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 %} +