fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Minor book funding page changes.
[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 %}