November 2015
Beginner to intermediate
840 pages
26h 30m
English
Now that we can navigate to the list pages for all of our objects, we should generate the links on these list pages.
We have three list pages, in each of which we must link at least one detail page.
In /organizer/templates/organizer/tag_list.html we must fill in the code shown in Example 6.20.
Example 6.20: Project Code
organizer/templates/organizer/tag_list.html in afd3be6931
12 <a href=""> 13 {{ tag.name|title }}</a>
In /organizer/templates/organizer/startup_list.html we must fill in the code shown in Example 6.21.
Example 6.21: Project Code
organizer/templates/organizer/startup_list.html in afd3be6931
12 <a href="">
Read now
Unlock full access