stages/identification: fix icons not showing on firefox
This commit is contained in:
		@ -35,7 +35,7 @@
 | 
			
		||||
        <li class="pf-c-login__main-footer-links-item">
 | 
			
		||||
            <a href="{{ source.url }}" class="pf-c-login__main-footer-links-item-link">
 | 
			
		||||
                {% if source.icon_path %}
 | 
			
		||||
                <img src="{% static source.icon_path %}" alt="{{ source.name }}">
 | 
			
		||||
                <img src="{% static source.icon_path %}" style="width:24px;" alt="{{ source.name }}">
 | 
			
		||||
                {% elif source.icon_url %}
 | 
			
		||||
                <img src="icon_url" alt="{{ source.name }}">
 | 
			
		||||
                {% else %}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user