aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Christie2013-07-31 05:32:26 -0700
committerTom Christie2013-07-31 05:32:26 -0700
commit43a5f8183c90f1056bbf33bb1402e76883aeb1fd (patch)
tree9c352f0ebaddf18b03e45de9bf4ee3ad53377e17
parent205c626d6ec472603207e12f8cf9deb3f00bf729 (diff)
parent56d19dcc1c71494e83336a799ccf1f500a5af3b8 (diff)
downloaddjango-rest-framework-43a5f8183c90f1056bbf33bb1402e76883aeb1fd.tar.bz2
Merge pull request #1015 from leandersikma/patch-1
Renamed wrong filename in the browsable API documentation.
-rw-r--r--docs/topics/browsable-api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/browsable-api.md b/docs/topics/browsable-api.md
index 2ae8cadb..b2c78f3c 100644
--- a/docs/topics/browsable-api.md
+++ b/docs/topics/browsable-api.md
@@ -90,7 +90,7 @@ The browsable API makes use of the Bootstrap tooltips component. Any element wi
### Login Template
-To add branding and customize the look-and-feel of the login template, create a template called `login.html` and add it to your project, eg: `templates/rest_framework/login.html`. The template should extend from `rest_framework/base_login.html`.
+To add branding and customize the look-and-feel of the login template, create a template called `login.html` and add it to your project, eg: `templates/rest_framework/login.html`. The template should extend from `rest_framework/login_base.html`.
You can add your site name or branding by including the branding block: