fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
celery waiter for custompdf
[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
fc4ad66
..
6eac93a
100755
(executable)
--- a/
apps/dictionary/templates/dictionary/note_list.html
+++ b/
apps/dictionary/templates/dictionary/note_list.html
@@
-1,17
+1,16
@@
{% extends "base.html" %}
{% load i18n pagination_tags %}
{% extends "base.html" %}
{% load i18n pagination_tags %}
-{% load catalogue_tags %}
{% block bodyid %}footnotes{% endblock %}
{% block bodyid %}footnotes{% endblock %}
-{% block title
%}{% trans "Footnotes on WolneLektury.pl
" %}{% endblock %}
+{% block title
extra %}{% trans "Footnotes
" %}{% endblock %}
{% block body %}
<h1>{% trans "Footnotes" %}</h1>
{% block body %}
<h1>{% trans "Footnotes" %}</h1>
- {% search_form %}
+<div class="normal-text">
<p>
{% trans "By first letter" %}:
<p>
{% trans "By first letter" %}:
@@
-44,7
+43,7
@@
<div class='dictionary-note'>
{{ obj.html|safe }}
<div class='dictionary-note-source'>
<div class='dictionary-note'>
{{ obj.html|safe }}
<div class='dictionary-note-source'>
- (<a href='{% url book_text obj.book.
fileid
%}#{{ obj.anchor }}'>{{ obj.book.pretty_title }}</a>)
+ (<a href='{% url book_text obj.book.
slug
%}#{{ obj.anchor }}'>{{ obj.book.pretty_title }}</a>)
</div>
</div>
{% endfor %}
</div>
</div>
{% endfor %}
@@
-52,4
+51,6
@@
{% endif %}
{% endif %}
+</div>
+
{% endblock %}
{% endblock %}