aboutsummaryrefslogtreecommitdiffstats
path: root/docs/templates
diff options
context:
space:
mode:
authortom christie tom@tomchristie.com2011-02-01 20:00:16 +0000
committertom christie tom@tomchristie.com2011-02-01 20:00:16 +0000
commit0c6f682cd0e03c06298cec78e79d10a87426fca8 (patch)
treec28fea3d3a245204cb3872037937424185b2dc1d /docs/templates
parent38f6d7c119abb79730f91cd9135ea957c0976a0e (diff)
downloaddjango-rest-framework-0c6f682cd0e03c06298cec78e79d10a87426fca8.tar.bz2
Fix errant uppercasing in docs
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/layout.html b/docs/templates/layout.html
index fd051268..86ac3f33 100644
--- a/docs/templates/layout.html
+++ b/docs/templates/layout.html
@@ -6,6 +6,6 @@
{%- set titleprefix = "" %}
{%- endif %}
-{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST Framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %}
+{% block htmltitle %}<title>{% if pagename == 'index' %}Django REST framework{% else %}{{ titleprefix }}{{ title|striptags|e }}{% endif %}</title>{% endblock %}