diff options
| author | Tom Christie | 2012-10-01 16:17:01 +0100 | 
|---|---|---|
| committer | Tom Christie | 2012-10-01 16:17:01 +0100 | 
| commit | 8d1d99018725469061d5696a5552e7ebdb5cccc9 (patch) | |
| tree | 03af8aa34445b9b7715f2c89a41bd6199c33c684 /docs/template.html | |
| parent | 1d432cf4327d5c4cdee323310cc80c5f111f0a23 (diff) | |
| download | django-rest-framework-8d1d99018725469061d5696a5552e7ebdb5cccc9.tar.bz2 | |
Pagination docs
Diffstat (limited to 'docs/template.html')
| -rw-r--r-- | docs/template.html | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/template.html b/docs/template.html index 4ac94f40..fbd30159 100644 --- a/docs/template.html +++ b/docs/template.html @@ -16,7 +16,7 @@      <!--[if lt IE 9]>        <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>      <![endif]--> -  <body onload="prettyPrint()" class="{{ page_id }}"> +  <body onload="prettyPrint()" class="{{ page_id }}-page">      <div class="navbar navbar-inverse navbar-fixed-top">        <div class="navbar-inner"> @@ -55,6 +55,7 @@                    <li><a href="{{ base_url }}/api-guide/authentication{{ suffix }}">Authentication</a></li>                    <li><a href="{{ base_url }}/api-guide/permissions{{ suffix }}">Permissions</a></li>                    <li><a href="{{ base_url }}/api-guide/throttling{{ suffix }}">Throttling</a></li> +                  <li><a href="{{ base_url }}/api-guide/pagination{{ suffix }}">Pagination</a></li>                    <li><a href="{{ base_url }}/api-guide/content-negotiation{{ suffix }}">Content negotiation</a></li>                    <li><a href="{{ base_url }}/api-guide/format-suffixes{{ suffix }}">Format suffixes</a></li>                    <li><a href="{{ base_url }}/api-guide/reverse{{ suffix }}">Returning URLs</a></li> @@ -122,4 +123,4 @@          event.stopPropagation();        });      </script> -</body></html>
\ No newline at end of file +</body></html>  | 
