Basic changes, to display nicer names.
[redakcja.git] / apps / wiki / templates / wiki / tabs / summary_view_item.html
index ce8d594..79c9f8f 100644 (file)
@@ -1,4 +1,5 @@
 {% load i18n %}
+{% load wiki %}
 <li id="SummaryPerspective" data-ui-related="summary-view-editor" data-ui-jsclass="SummaryPerspective">
-    <span>{{ document_meta.title }}</span>
+    <span>{{ document.name|wiki_title }}</span>
 </li>