diff options
Diffstat (limited to 'docs/topics/browsable-api.md')
| -rw-r--r-- | docs/topics/browsable-api.md | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/docs/topics/browsable-api.md b/docs/topics/browsable-api.md index e32db695..ad812f4b 100644 --- a/docs/topics/browsable-api.md +++ b/docs/topics/browsable-api.md @@ -69,6 +69,7 @@ For more specific CSS tweaks than simply overriding the default bootstrap theme  All of the blocks available in the browsable API base template that can be used in your `api.html`. +* `body`                       - The entire html `<body>`.  * `bodyclass`                  - Class attribute for the `<body>` tag, empty by default.  * `bootstrap_theme`            - CSS for the Bootstrap theme.  * `bootstrap_navbar_variant`   - CSS class for the navbar. @@ -167,10 +168,10 @@ You can now add the `autocomplete_light.ChoiceWidget` widget to the serializer f  [bootstrap]: http://getbootstrap.com  [cerulean]: ../img/cerulean.png  [slate]: ../img/slate.png -[bcustomize]: http://twitter.github.com/bootstrap/customize.html#variables +[bcustomize]: http://getbootstrap.com/2.3.2/customize.html  [bswatch]: http://bootswatch.com/ -[bcomponents]: http://twitter.github.com/bootstrap/components.html -[bcomponentsnav]: http://twitter.github.com/bootstrap/components.html#navbar +[bcomponents]: http://getbootstrap.com/2.3.2/components.html +[bcomponentsnav]: http://getbootstrap.com/2.3.2/components.html#navbar  [autocomplete-packages]: https://www.djangopackages.com/grids/g/auto-complete/  [django-autocomplete-light]: https://github.com/yourlabs/django-autocomplete-light  [django-autocomplete-light-install]: http://django-autocomplete-light.readthedocs.org/en/latest/#install | 
