Move to Django 1.5.
[redakcja.git] / apps / catalogue / templates / catalogue / my_page.html
index 1eb580b..fd4e84e 100755 (executable)
@@ -21,7 +21,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>