aboutsummaryrefslogtreecommitdiffstats
path: root/docs/template.html
diff options
context:
space:
mode:
authorTom Christie2013-01-27 17:23:56 +0000
committerTom Christie2013-01-27 17:23:56 +0000
commita7479e02faf37da8987d5933d8c259b045ef1be8 (patch)
tree0fa924ccc526821f1dcfa2302c2a3cb5b56d15ba /docs/template.html
parenta75db4cfb8ed756c451bfda7ea0c73a73859216f (diff)
downloaddjango-rest-framework-a7479e02faf37da8987d5933d8c259b045ef1be8.tar.bz2
AJAX, CSRF & CORS documentation
Diffstat (limited to 'docs/template.html')
-rw-r--r--docs/template.html1
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>