diff options
| author | Alec Perkins | 2012-09-09 16:46:05 -0400 |
|---|---|---|
| committer | Alec Perkins | 2012-09-09 17:02:19 -0400 |
| commit | 60e6bba12b6843b01194b6534fb56129ec0b2140 (patch) | |
| tree | c456a681ecdb0e37ccde7fd2fcf59706441f262a /docs/template.html | |
| parent | 7098114ac77db4909956d847a86becd4eb213e91 (diff) | |
| download | django-rest-framework-60e6bba12b6843b01194b6534fb56129ec0b2140.tar.bz2 | |
Browsable API doc topic
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 c8cfbbab..819e3b92 100644 --- a/docs/template.html +++ b/docs/template.html @@ -64,6 +64,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> |
