fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
publish HTML with images
[wolnelektury.git]
/
src
/
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 %}