diff options
| author | Tom Christie | 2012-10-30 13:59:31 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-10-30 13:59:31 +0000 |
| commit | 4cdd0b845e10c433358f210c84a2b3fe28543c68 (patch) | |
| tree | c27fb4b8a7600c321f4a76cca4006c8c5b1c8fdf /docs/template.html | |
| parent | 41ab18b13ec6d96906463a3b05680226c7245b6d (diff) | |
| download | django-rest-framework-4cdd0b845e10c433358f210c84a2b3fe28543c68.tar.bz2 | |
Final docs tweaks for 2.0
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/template.html b/docs/template.html index fcceede5..08387968 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> |
