Changeset 2966
- Timestamp:
- 05/22/06 14:26:54 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/apps/docs/parts/build_documentation.py
r2807 r2966 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 Django version 0.91. Old version: <a href="/documentation/0_90/">0.90 docs</a></h2>\n')215 self.context.append('</h1>\n<h2 class="deck">This covers the Django development version, which is significantly different than previous versions. Old docs: <a href="/documentation/0_90/">0.90</a>, <a href="/documentation/0_91/">0.91</a></h2>\n') 216 216 self.in_document_title = len(self.body) 217 217 else:
