add logo to static files
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								aircox/static/aircox/images/logo.png
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								aircox/static/aircox/images/logo.png
									
									
									
									
									
										Executable file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 7.1 KiB  | 
@ -10,6 +10,7 @@ Options:
 | 
			
		||||
{% endcomment %}
 | 
			
		||||
 | 
			
		||||
{% load static %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
 | 
			
		||||
{% load wagtailimages_tags %}
 | 
			
		||||
 | 
			
		||||
@ -33,7 +34,7 @@ Options:
 | 
			
		||||
        {% with date_format=item_date_format|default:'l d F, H:i' %}
 | 
			
		||||
        <time datetime="{{ item.date }}">
 | 
			
		||||
            {% if item.diffusion %}
 | 
			
		||||
            <img src="{% static "aircox/images/clock.png" %}" class="small_icon">
 | 
			
		||||
            <img src="{% static "aircox/images/clock.png" %}" title="{% trans "Diffusion" %}" class="small_icon">
 | 
			
		||||
            {{ item.diffusion.start|date:date_format }}
 | 
			
		||||
            {% else %}
 | 
			
		||||
            {{ item.date|date:date_format }}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user