Merge with master.
[redakcja.git] / apps / catalogue / templates / catalogue / my_page.html
index 1eb580b..c6b61ce 100755 (executable)
@@ -12,6 +12,9 @@
 {% compressed_css 'book_list' %}
 {% endblock %}
 
+{% block titleextra %}{% trans "My page" %}{% endblock %}
+
+
 {% block leftcolumn %}
     {% book_list request.user %}
 {% endblock leftcolumn %}
@@ -21,7 +24,7 @@
         <h2>{% trans "Your last edited documents" %}</h2>
         <ol>
             {% for slugs, item in last_books %}
-            <li><a href="{% url wiki_editor slugs.0 slugs.1 %}"
+            <li><a href="{% url 'wiki_editor' slugs.0 slugs.1 %}"
                 target="_blank">{{ item.title }}</a><br/><span class="date">({{ item.time|date:"H:i:s, d/m/Y" }})</span></li>
             {% endfor %}
         </ol>