aboutsummaryrefslogtreecommitdiffstats
path: root/tutorial/5-relationships-and-hyperlinked-apis/index.html
diff options
context:
space:
mode:
authorTom Christie2014-11-25 16:31:00 +0000
committerTom Christie2014-11-25 16:31:00 +0000
commit24dd7466a4f452a522a6fad77c6d2ae073e709e5 (patch)
tree597cf123db3249ba4c8a27fbcb424d52f32e6f93 /tutorial/5-relationships-and-hyperlinked-apis/index.html
parent0b84e842d3d5e01b11483371bf6f643fa91087b4 (diff)
downloaddjango-rest-framework-24dd7466a4f452a522a6fad77c6d2ae073e709e5.tar.bz2
Update documentation
Diffstat (limited to 'tutorial/5-relationships-and-hyperlinked-apis/index.html')
-rw-r--r--tutorial/5-relationships-and-hyperlinked-apis/index.html11
1 files changed, 2 insertions, 9 deletions
diff --git a/tutorial/5-relationships-and-hyperlinked-apis/index.html b/tutorial/5-relationships-and-hyperlinked-apis/index.html
index 3e616816..5446c25b 100644
--- a/tutorial/5-relationships-and-hyperlinked-apis/index.html
+++ b/tutorial/5-relationships-and-hyperlinked-apis/index.html
@@ -81,21 +81,14 @@
<ul class="nav navbar-nav">
<li ><a href="/">Home</a></li>
- <li class="dropdown">
- <a href="#" class="dropdown-toggle" data-toggle="dropdown">Quickstart <b class="caret"></b></a>
+ <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="../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>