fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Introduce DRF and start replacing the views.
[wolnelektury.git]
/
src
/
api
/
templates
/
api
/
main.html
diff --git
a/src/api/templates/api/main.html
b/src/api/templates/api/main.html
index
67ff426
..
a718f21
100755
(executable)
--- a/
src/api/templates/api/main.html
+++ b/
src/api/templates/api/main.html
@@
-53,12
+53,12
@@
<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_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" %}</li>
+ <li><a href='{% url "
catalogue_
api_collections" %}'>
+ {% url "
catalogue_
api_collections" %}</a> – {% trans "Collections" %}</li>
</ul>
<p>
</ul>
<p>
- {% url "api_book" "studnia-i-wahadlo" as e1 %}
+ {% url "
catalogue_
api_book" "studnia-i-wahadlo" as e1 %}
{% url "api_tag" "authors" "edgar-allan-poe" as e2 %}
{% blocktrans %}
Each element of those lists contains a link (in a "href") attibute
{% url "api_tag" "authors" "edgar-allan-poe" as e2 %}
{% blocktrans %}
Each element of those lists contains a link (in a "href") attibute