diff options
| author | Tom Christie | 2012-09-14 12:52:12 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-09-14 12:52:12 +0100 | 
| commit | f204439fa846d11c79870fb9a80323ee8684717d (patch) | |
| tree | e06fc4b20c94dea091c1b0ccfea55f32faf91df0 /docs/template.html | |
| parent | eb761be9d058dbfb9214f200b941496524dc0ded (diff) | |
| parent | 4cbc53a75d2d30d05f202777d4e1626011c2cb2e (diff) | |
| download | django-rest-framework-f204439fa846d11c79870fb9a80323ee8684717d.tar.bz2 | |
Merge branch 'browsable-bootstrap' of https://github.com/droptype/django-rest-framework into droptype-browsable-bootstrap
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 e6c9078a..127978d2 100644 --- a/docs/template.html +++ b/docs/template.html @@ -68,6 +68,7 @@                  <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/browsable-api{{ suffix }}">Working with the browsable API</a></li>                    <li><a href="{{ base_url }}/topics/contributing{{ suffix }}">Contributing to REST framework</a></li>                    <li><a href="{{ base_url }}/topics/credits{{ suffix }}">Credits</a></li>                  </ul>  | 
