aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2012-11-01 16:12:42 -0700
committerTom Christie2012-11-01 16:12:42 -0700
commit5209cd1ddaead780d7a4cf610620f4b7bb6b28ab (patch)
tree86097abd5482538c7c026dd233566026b6e6bcad /docs/template.html
parent600289a8153eb70542551bab00d59fb7ff0065f0 (diff)
parent36e21153fbc60579c49e46c3f6488ff7bcb1f6ff (diff)
downloaddjango-rest-framework-5209cd1ddaead780d7a4cf610620f4b7bb6b28ab.tar.bz2
Merge pull request #357 from tomchristie/browseable-api-relationships
Relational field support in browseable API.
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html
index 94fc269f..c428dff3 100644
--- a/docs/template.html
+++ b/docs/template.html
@@ -53,7 +53,7 @@
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Tutorial <b class="caret"></b></a>
<ul class="dropdown-menu">
- <!--<li><a href="{{ base_url }}/tutorial/quickstart{{ suffix }}">Quickstart</a></li>-->
+ <li><a href="{{ base_url }}/tutorial/quickstart{{ suffix }}">Quickstart</a></li>
<li><a href="{{ base_url }}/tutorial/1-serialization{{ suffix }}">1 - Serialization</a></li>
<li><a href="{{ base_url }}/tutorial/2-requests-and-responses{{ suffix }}">2 - Requests and responses</a></li>
<li><a href="{{ base_url }}/tutorial/3-class-based-views{{ suffix }}">3 - Class based views</a></li>