fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
forgotten allauth templates
[wolnelektury.git]
/
apps
/
reporting
/
templates
/
reporting
/
main.html
diff --git
a/apps/reporting/templates/reporting/main.html
b/apps/reporting/templates/reporting/main.html
index
485610d
..
46d49c9
100755
(executable)
--- a/
apps/reporting/templates/reporting/main.html
+++ b/
apps/reporting/templates/reporting/main.html
@@
-12,6
+12,8
@@
<div class="normal-text">
<div class="normal-text">
+ <h3>Audiobooki</h3>
+
<table class="stats">
<tr><th>Utwory</th></tr>
<tr><td>Utwory:</td><td>{% count_books %}</td></tr>
<table class="stats">
<tr><th>Utwory</th></tr>
<tr><td>Utwory:</td><td>{% count_books %}</td></tr>
@@
-33,6
+35,14
@@
{% endfor %}
</table>
{% endfor %}
</table>
+ <h3>Licencje</h3>
+ <ul>
+ {% for license, license_description in licenses %}
+ <li>{{ license }} ({{ license_description }})</li>
+ {% endfor %}
+ </ul>
+
+
</div>
{% endblock %}
</div>
{% endblock %}