diff options
| author | Tom Christie | 2012-09-01 21:35:30 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-01 21:35:30 +0100 | 
| commit | b9177f740bf91e6e39abd0991f030d592b7ca6e5 (patch) | |
| tree | beeae22e34a85459528f73741dc58684cbf12319 /docs/template.html | |
| parent | 5d21e42206938f840cbaeb08829d74644e84fc5d (diff) | |
| download | django-rest-framework-b9177f740bf91e6e39abd0991f030d592b7ca6e5.tar.bz2 | |
Docs tweak for first docs deployment
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html index a8a0d741..e452ead7 100644 --- a/docs/template.html +++ b/docs/template.html @@ -102,6 +102,7 @@ margin-top: 5px;                  <ul class="dropdown-menu">                    <li><a href="{{ base_url }}/topics/csrf{{ suffix }}">Working with AJAX and CSRF</a></li>                    <li><a href="{{ base_url }}/topics/formoverloading{{ suffix }}">Browser based PUT, PATCH and DELETE</a></li> +                  <li><a href="{{ base_url }}/topics/credits{{ suffix }}">Credits</a></li>                  </ul>                </li>              </ul>  | 
