Cleanup
[wolnelektury.git] / src / dictionary / templates / dictionary / note_list.html
old mode 100755 (executable)
new mode 100644 (file)
index 3083e04..54758b0
@@ -1,7 +1,12 @@
-{% extends "base/base.html" %}
+{% extends "base_simple.html" %}
 {% load i18n pagination_tags %}
 {% load set_get from set_get %}
 
+{% block settings %}
+  {% load title %}
+  {% trans "Footnotes" as title %}
+  {% title title %}
+{% endblock %}
 
 {% block bodyid %}footnotes{% endblock %}
 
           {% for note_source in obj.notesource_set.all %}
             <div class='dictionary-note-source'>
               <a href='{% url "book_text" note_source.book.slug %}#{{ note_source.anchor }}'>{{ note_source.book.pretty_title }}</a>
-              (<a href='{{ note_source.book.extra_info.about }}'>źródło na Platformie Redakcyjnej</a>)
+              (<a href='{{ note_source.book.get_extra_info_json.about }}'>źródło na Platformie Redakcyjnej</a>)
             </div>
           {% endfor %}
         </div>