diff options
| author | Tom Christie | 2012-10-28 20:50:51 +0000 |
|---|---|---|
| committer | Tom Christie | 2012-10-28 20:50:51 +0000 |
| commit | bdd939f1f3ac726bfe293e956995da57eced4640 (patch) | |
| tree | fafc448075cd5613bd3e963293d1f1f2a17c9a7b /docs/template.html | |
| parent | f2d63467764fd3784e9eb207bdb5b5387e7cd516 (diff) | |
| download | django-rest-framework-bdd939f1f3ac726bfe293e956995da57eced4640.tar.bz2 | |
Remove unfinished sections from the index
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html index f0f6afe7..fcceede5 100644 --- a/docs/template.html +++ b/docs/template.html @@ -87,11 +87,9 @@ <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Topics <b class="caret"></b></a> <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/browser-enhancements{{ suffix }}">Browser enhancements</a></li> <li><a href="{{ base_url }}/topics/browsable-api{{ suffix }}">The Browsable API</a></li> <li><a href="{{ base_url }}/topics/rest-hypermedia-hateoas{{ suffix }}">REST, Hypermedia & HATEOAS</a></li> - <li><a href="{{ base_url }}/topics/contributing{{ suffix }}">Contributing to REST framework</a></li> <li><a href="{{ base_url }}/topics/rest-framework-2-announcement{{ suffix }}">2.0 Announcement</a></li> <li><a href="{{ base_url }}/topics/release-notes{{ suffix }}">Release Notes</a></li> <li><a href="{{ base_url }}/topics/credits{{ suffix }}">Credits</a></li> |
