core: fix user-settings not loading sources
This commit is contained in:
		@ -39,8 +39,8 @@
 | 
			
		||||
            </section>
 | 
			
		||||
            {% endfor %}
 | 
			
		||||
            {% user_sources as user_sources_loc %}
 | 
			
		||||
            {% for source, source_link in user_sources_loc.item %}
 | 
			
		||||
            <section slot="page-{{ source.pk }}" data-tab-title="{{ source|verbose_name }}" class="pf-c-page__main-section pf-m-no-padding-mobile">
 | 
			
		||||
            {% for source, source_link in user_sources_loc.items %}
 | 
			
		||||
            <section slot="page-{{ source.pk }}" data-tab-title="{{ source.name }}" class="pf-c-page__main-section pf-m-no-padding-mobile">
 | 
			
		||||
                <div class="pf-u-display-flex pf-u-justify-content-center">
 | 
			
		||||
                    <div class="pf-u-w-75">
 | 
			
		||||
                        <ak-site-shell url="{{ source_link }}">
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user