fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
c9e212e5a3e9248c61d171f1d38409c2f640f527
[wolnelektury.git]
/
src
/
catalogue
/
templates
/
catalogue
/
snippets
/
license_icon.html
1
{% load i18n %}
2
{% load static from static %}
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 %}" alt="{% trans "Free license" %}: {{ license_description }}"/>
8
</a>
9
{% endif %}