summaryrefslogtreecommitdiff
path: root/docs/_templates/layout.html
diff options
context:
space:
mode:
authorChris Cahoon <chris.cahoon@gmail.com>2009-07-06 19:58:45 +0000
committerChris Cahoon <chris.cahoon@gmail.com>2009-07-06 19:58:45 +0000
commit4d46aed514339768b415fb5198f2d5f2ab69dfd9 (patch)
tree636377420747c61cdb3fbf3fa1215eb5e3892e90 /docs/_templates/layout.html
parent33b217296e124b79563648d21545e700817a6a09 (diff)
[soc2009/http-wsgi-improvements] Merged up to r11176 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/http-wsgi-improvements@11198 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/_templates/layout.html')
-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 eb42298ab3..5bf1da6a37 100644
--- a/docs/_templates/layout.html
+++ b/docs/_templates/layout.html
@@ -1,6 +1,6 @@
{% extends "!layout.html" %}
-{%- macro secondnav %}
+{%- macro secondnav() %}
{%- if prev %}
&laquo; <a href="{{ prev.link|e }}" title="{{ prev.title|e }}">previous</a>
{{ reldelim2 }}