Django

Code

Changeset 8924

Show
Ignore:
Timestamp:
09/03/08 09:38:11 (4 months ago)
Author:
jacob
Message:

[djangoproject.com] fixed #8605 - fixed links in website template.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • djangoproject.com/django_website/templates/base.html

    r8876 r8924  
    2525        <div id="container"> 
    2626                <div id="header"> 
    27                         <h1 id="logo"><a href="/"><img src="http://media.djangoproject.com/img/site/hdr_logo.gif" alt="Django" /></a></h1> 
     27                        <h1 id="logo"><a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/site/hdr_logo.gif" alt="Django" /></a></h1> 
    2828                        <ul id="nav-global"> 
    2929                                <li id="nav-homepage"><a href="http://www.djangoproject.com/">Home</a></li> 
     
    4747                <!-- END #content --> 
    4848                <div id="footer"> 
    49                         <p>&copy; 2005-{% now "Y" %} <a href="/foundation/">Django Software Foundation</a> unless otherwise noted. Django is a registered trademark of the Django Software Foundation.  
     49                        <p>&copy; 2005-{% now "Y" %} <a href="http://www.djangoproject.com/foundation/">Django Software Foundation</a> unless otherwise noted. Django is a registered trademark of the Django Software Foundation.  
    5050                        Hosting graciously provided by <a href="http://mediatemple.net/"> 
    5151                        <img style="vertical-align: middle; position: relative; top: -1px;" src="http://media.djangoproject.com/img/site/mt.png" alt="media temple" /></a>