diff options
| author | Tom Christie | 2012-09-05 10:01:43 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-05 10:01:43 +0100 | 
| commit | 40d1821f2d81f822fff9b85691073ab069edb847 (patch) | |
| tree | ff46d03e0a7def9c218d444718788cbe473ce03b /docs/template.html | |
| parent | da4fa9bded9bbbbacf2a3009e1e211bdd51e287a (diff) | |
| download | django-rest-framework-40d1821f2d81f822fff9b85691073ab069edb847.tar.bz2 | |
Add missing doc files
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index e452ead7..2c3572e1 100644 --- a/docs/template.html +++ b/docs/template.html @@ -94,7 +94,8 @@ margin-top: 5px;                    <li><a href="{{ base_url }}/api-guide/throttling{{ suffix }}">Throttling</a></li>                    <li><a href="{{ base_url }}/api-guide/exceptions{{ suffix }}">Exceptions</a></li>                    <li><a href="{{ base_url }}/api-guide/status-codes{{ suffix }}">Status codes</a></li> -                  <li><a href="{{ base_url }}/api-guide/urls{{ suffix }}">Returning URLs</a></li> +                  <li><a href="{{ base_url }}/api-guide/reverse{{ suffix }}">Returning URLs</a></li> +                  <li><a href="{{ base_url }}/api-guide/settings{{ suffix }}">Settings</a></li>                  </ul>                </li>                <li class="dropdown">  | 
