fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
footnotes dictionary fixes
[wolnelektury.git]
/
apps
/
dictionary
/
templates
/
dictionary
/
note_list.html
diff --git
a/apps/dictionary/templates/dictionary/note_list.html
b/apps/dictionary/templates/dictionary/note_list.html
index
6ae3664
..
e0b10f3
100755
(executable)
--- a/
apps/dictionary/templates/dictionary/note_list.html
+++ b/
apps/dictionary/templates/dictionary/note_list.html
@@
-2,8
+2,14
@@
{% load i18n pagination_tags %}
{% load catalogue_tags %}
{% load i18n pagination_tags %}
{% load catalogue_tags %}
+
+{% block bodyid %}footnotes{% endblock %}
+
+{% block title %}{% trans "Footnotes on WolneLektury.pl" %}{% endblock %}
+
+
{% block body %}
{% block body %}
- <h1>
Przypisy
</h1>
+ <h1>
{% trans "Footnotes" %}
</h1>
{% search_form %}
{% search_form %}
@@
-26,6
+32,10
@@
</p>
<hr/>
</p>
<hr/>
+<p>
+{% blocktrans count object_list.count as c %}{{c}} footnote found{% plural %}{{c}} footnotes found{% endblocktrans %}
+</p>
+
{% if object_list %}
{% autopaginate object_list 100 %}
{% if object_list %}
{% autopaginate object_list 100 %}