Django

Code

Changeset 183

Show
Ignore:
Timestamp:
07/18/05 15:43:57 (3 years ago)
Author:
adrian
Message:

Fixed #71 -- Changed default admin base_site template to use example.com instead of mysite.com. Thanks, pb@e-scribe.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/conf/admin_templates/base_site.html

    r92 r183  
    55{% block branding %} 
    66<h1 id="site-name">Django administration</h1> 
    7 <h2 id="site-url"><a href="http://www.mysite.com/">mysite.com</a></h2> 
     7<h2 id="site-url"><a href="http://www.example.com/">example.com</a></h2> 
    88{% endblock %} 
    99 
  • django/trunk/docs/tutorial02.txt

    r176 r183  
    444444================================= 
    445445 
    446 Clearly having "Django administration" and "mysite.com" at the top of each 
     446Clearly having "Django administration" and "example.com" at the top of each 
    447447admin page is ridiculous. It's just placeholder text. 
    448448