aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/2-requests-and-responses/index.html
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:24:47 +0000
committerTom Christie2014-11-25 16:24:47 +0000
commit0b84e842d3d5e01b11483371bf6f643fa91087b4 (patch)
treef129e684fed0e5799c3eab9a8ecb52b95b50e156 /tutorial/2-requests-and-responses/index.html
parentc3948af9fa04272bf0979805cb992cfac273149c (diff)
downloaddjango-rest-framework-0b84e842d3d5e01b11483371bf6f643fa91087b4.tar.bz2
Update documentation
Diffstat (limited to 'tutorial/2-requests-and-responses/index.html')
-rw-r--r--tutorial/2-requests-and-responses/index.html17
1 files changed, 10 insertions, 7 deletions
diff --git a/tutorial/2-requests-and-responses/index.html b/tutorial/2-requests-and-responses/index.html
index aab35769..c32b7cda 100644
--- a/tutorial/2-requests-and-responses/index.html
+++ b/tutorial/2-requests-and-responses/index.html
@@ -81,14 +81,21 @@
<ul class="nav navbar-nav">
<li ><a href="/">Home</a></li>
- <li class="dropdown active">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>
+ <li class="dropdown">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Quickstart <b class="caret"></b></a>
<ul class="dropdown-menu">
<li >
<a href="../quickstart">Quickstart</a>
</li>
+ </ul>
+ </li>
+
+ <li class="dropdown active">
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>
+ <ul class="dropdown-menu">
+
<li >
<a href="../1-serialization">1 - Serialization</a>
</li>
@@ -110,7 +117,7 @@
</li>
<li >
- <a href="../6-viewsets-and-routers">6- Viewsets and routers</a>
+ <a href="../6-viewsets-and-routers">6 - Viewsets and routers</a>
</li>
</ul>
@@ -165,10 +172,6 @@
</li>
<li >
- <a href="../../api-guide/validators">Validators</a>
- </li>
-
- <li >
<a href="../../api-guide/authentication">Authentication</a>
</li>