aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2012-09-05 13:03:55 +0100
committerTom Christie2012-09-05 13:03:55 +0100
commitef5279e97c0aa083d44489cf374fa75c7c8f53b7 (patch)
tree8c4005861eec6588a81c8328805971de4f0e0292 /docs/template.html
parenta33ac84f48da2064c82a7e40a0d045da992a33ed (diff)
downloaddjango-rest-framework-ef5279e97c0aa083d44489cf374fa75c7c8f53b7.tar.bz2
Improve docs
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html1
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>