mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-03 20:02:47 +00:00 
			
		
		
		
	Fix ID/Hashid Problem
This commit is contained in:
		@@ -13,7 +13,7 @@
 | 
			
		||||
                <br>
 | 
			
		||||
                <br>
 | 
			
		||||
                {% if user.avatar %}
 | 
			
		||||
                <img src="/profile/{{ user.id }}/avatar" alt="user-image" class="circle responsive-img">
 | 
			
		||||
                <img src="{{ url_for('.profile_avatar', user_id=user_id) }}" alt="user-image" class="circle responsive-img">
 | 
			
		||||
                {% else %}
 | 
			
		||||
                <img src="{{ url_for('static', filename='images/user_avatar.png') }}" alt="user-image" class="circle responsive-img">
 | 
			
		||||
                {% endif %}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user