{% load i18n %}
-{% load static from staticfiles %}
+{% load static from static %}
{% if license_url %}
<a class="license-icon" href="{{ license_url }}"
- title="{% trans "Free license" %}: {{ license_description }}">
- <img src="{% static icon %}"
- alt="{% trans "Free license" %}: {{ license_description }}" />
+ title="{% trans "Free license" %}: {{ license_description }}">
+ <img src="{% static icon %}" alt="{% trans "Free license" %}: {{ license_description }}"/>
</a>
{% endif %}