add logo to static files

This commit is contained in:
bkfox 2017-05-08 23:38:50 +02:00
parent dd4a99f09f
commit 2c2f2c34fc
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

View File

@ -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 }}