Changeset 2807
- Timestamp:
- 05/01/06 19:58:12 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/apps/docs/parts/build_documentation.py
r1902 r2807 213 213 elif isinstance(node.parent, nodes.document): 214 214 self.body.append(self.starttag(node, 'h1', '', CLASS='title')) 215 self.context.append('</h1>\n<h2 class="deck">This covers the Django development version. Old version: <a href="/documentation/0_90/">0.90 docs</a></h2>\n')215 self.context.append('</h1>\n<h2 class="deck">This covers Django version 0.91. Old version: <a href="/documentation/0_90/">0.90 docs</a></h2>\n') 216 216 self.in_document_title = len(self.body) 217 217 else:
