fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
732e3bf92c53796d3885ee90b51c359f4346d7c1
[wolnelektury.git]
/
apps
/
catalogue
/
templates
/
catalogue
/
snippets
/
license_icon.html
1
{% load i18n %}
2
{% load static from staticfiles %}
3
4
{% if license_url %}
5
<a class="license-icon" href="{{ license_url }}"
6
title="{% trans "Free license" %}: {{ license_description }}">
7
<img src="{% static icon %}"
8
alt="{% trans "Free license" %}: {{ license_description }}" />
9
</a>
10
{% endif %}