mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Avatar Update
This commit is contained in:
		@@ -49,6 +49,7 @@
 | 
			
		||||
          <div class="card-content">
 | 
			
		||||
            <span class="card-title">Other users and groups</span>
 | 
			
		||||
            <p>Find other users and follow them to see their corpora and groups.</p>
 | 
			
		||||
            <div class="public-user-list no-autoinit"></div>
 | 
			
		||||
          </div>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
@@ -115,3 +116,11 @@
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock modals %}
 | 
			
		||||
 | 
			
		||||
{% block scripts %}
 | 
			
		||||
{{ super() }}
 | 
			
		||||
<script>
 | 
			
		||||
  let publicUserList = new PublicUserList(document.querySelector('.public-user-list'));
 | 
			
		||||
  publicUserList._init({{ users|tojson }});
 | 
			
		||||
</script>
 | 
			
		||||
{% endblock scripts %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user