diff options
| author | Tom Christie | 2013-01-27 17:23:56 +0000 |
|---|---|---|
| committer | Tom Christie | 2013-01-27 17:23:56 +0000 |
| commit | a7479e02faf37da8987d5933d8c259b045ef1be8 (patch) | |
| tree | 0fa924ccc526821f1dcfa2302c2a3cb5b56d15ba /docs/template.html | |
| parent | a75db4cfb8ed756c451bfda7ea0c73a73859216f (diff) | |
| download | django-rest-framework-a7479e02faf37da8987d5933d8c259b045ef1be8.tar.bz2 | |
AJAX, CSRF & CORS documentation
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/template.html b/docs/template.html index d789cc58..2a87e92b 100644 --- a/docs/template.html +++ b/docs/template.html @@ -89,6 +89,7 @@ <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/ajax-csrf-cors{{ suffix }}">AJAX, CSRF & CORS</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> |
