Changeset 6757 for djangoproject.com/django_website/templates/base.html
- Timestamp:
- 11/29/07 16:17:48 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/base.html
r6526 r6757 48 48 <div id="footer"> 49 49 <p>© 2005-{% now "Y" %} <a href="http://www.ljworld.com/">Lawrence Journal-World</a> unless otherwise noted. Django is a registered trademark of Lawrence Journal-World. 50 Hosting graciously provided by <a href="http://mediatemple.net/"> 51 <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple"></a> 52 </p> 50 Hosting graciously provided by <a href="http://mediatemple.net/"> 51 <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple" /></a> 52 </p> 53 </div> 54 <!-- END #footer --> 53 55 </div> 54 56 <!-- END #container -->
