diff options
| author | Tom Christie | 2012-10-28 12:42:10 -0700 |
|---|---|---|
| committer | Tom Christie | 2012-10-28 12:42:10 -0700 |
| commit | 3d3df22d822774f7f73291f5071bdfa7ce552748 (patch) | |
| tree | 7f60a61ba6fecb948f66ffe2c8239084a02d43a5 /docs/template.html | |
| parent | 1b2c2358476fd7948f87c5c161344a44de28275f (diff) | |
| parent | db635fa6327d8d3ac3b06886c5f459b5c5a5cd04 (diff) | |
| download | django-rest-framework-3d3df22d822774f7f73291f5071bdfa7ce552748.tar.bz2 | |
Merge pull request #330 from tomchristie/tutorial-refactor
Tutorial refactor
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html index 91a7a731..f0f6afe7 100644 --- a/docs/template.html +++ b/docs/template.html @@ -57,9 +57,8 @@ <li><a href="{{ base_url }}/tutorial/1-serialization{{ suffix }}">1 - Serialization</a></li> <li><a href="{{ base_url }}/tutorial/2-requests-and-responses{{ suffix }}">2 - Requests and responses</a></li> <li><a href="{{ base_url }}/tutorial/3-class-based-views{{ suffix }}">3 - Class based views</a></li> - <li><a href="{{ base_url }}/tutorial/4-authentication-permissions-and-throttling{{ suffix }}">4 - Authentication, permissions and throttling</a></li> + <li><a href="{{ base_url }}/tutorial/4-authentication-and-permissions{{ suffix }}">4 - Authentication and permissions</a></li> <li><a href="{{ base_url }}/tutorial/5-relationships-and-hyperlinked-apis{{ suffix }}">5 - Relationships and hyperlinked APIs</a></li> - <!-- <li><a href="{{ base_url }}/tutorial/6-resource-orientated-projects{{ suffix }}">6 - Resource orientated projects</a></li> --> </ul> </li> <li class="dropdown"> |
