aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics
diff options
context:
space:
mode:
authorTom Christie2014-08-18 20:28:34 +0100
committerTom Christie2014-08-18 20:28:34 +0100
commitc092b4df7873b1bf9ead5ac65406f1347d4c4365 (patch)
tree0ccde98a935643264c037f62b6ef6f9c86f452d7 /docs/topics
parent3b899c9d573535232c1dd467dfa8f07714c569b8 (diff)
parentb4c7717cb80cb13a2f13aae8855e226685306880 (diff)
downloaddjango-rest-framework-c092b4df7873b1bf9ead5ac65406f1347d4c4365.tar.bz2
Merge pull request #1641 from javins/login-title
Refactor login template to extend base.
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/browsable-api.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/topics/browsable-api.md b/docs/topics/browsable-api.md
index 96cdabe6..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.