diff options
| author | Tom Christie | 2012-10-28 19:37:27 +0000 | 
|---|---|---|
| committer | Tom Christie | 2012-10-28 19:37:27 +0000 | 
| commit | db635fa6327d8d3ac3b06886c5f459b5c5a5cd04 (patch) | |
| tree | 4aa670b8e7dc6b6e49662c41cc18bce3a0fc0b21 /docs/template.html | |
| parent | fde79376f323708d9f7b80ee830fe63060fb335f (diff) | |
| download | django-rest-framework-db635fa6327d8d3ac3b06886c5f459b5c5a5cd04.tar.bz2 | |
Minor fixes
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 56c5d832..557b45b3 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">  | 
