diff options
| author | Tom Christie | 2012-09-05 13:03:55 +0100 |
|---|---|---|
| committer | Tom Christie | 2012-09-05 13:03:55 +0100 |
| commit | ef5279e97c0aa083d44489cf374fa75c7c8f53b7 (patch) | |
| tree | 8c4005861eec6588a81c8328805971de4f0e0292 /docs/template.html | |
| parent | a33ac84f48da2064c82a7e40a0d045da992a33ed (diff) | |
| download | django-rest-framework-ef5279e97c0aa083d44489cf374fa75c7c8f53b7.tar.bz2 | |
Improve docs
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 2c3572e1..20b0afd4 100644 --- a/docs/template.html +++ b/docs/template.html @@ -103,6 +103,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/contributing{{ suffix }}">Contributing to REST framework</a></li> <li><a href="{{ base_url }}/topics/credits{{ suffix }}">Credits</a></li> </ul> </li> |
