From 53adcd9157f6080c2df73095326667bbfedad18d Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Tue, 23 Feb 2021 22:53:17 +0100 Subject: [PATCH] core: fix user-settings not loading sources --- authentik/core/templates/user/settings.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} +