fix in librarian
[wolnelektury.git] / apps / api / templates / api / main.html
index 1a79320..04244dc 100755 (executable)
@@ -1,6 +1,6 @@
 {% extends "base.html" %}
 {% load i18n %}
-{% load common_tags %}
+{% load build_absolute_uri from fnp_common %}
 
 {% block title %}{% trans "WolneLektury.pl API" %}{% endblock %}
 
@@ -54,6 +54,8 @@ The URLs in WolneLektury.pl API are:
 
     <li><a href='{% url "api_tag_list" "themes" %}'>
        {% url "api_tag_list" "themes" %}</a> – {% trans "List of all themes" %}</li>
+    <li><a href='{% url "api_collections" %}'>
+       {% url "api_collections" %}</a> – {% trans "Collections" %}
 </ul>
 
 <p>