Changeset 183
- Timestamp:
- 07/18/05 15:43:57 (3 years ago)
- Files:
-
- django/trunk/django/conf/admin_templates/base_site.html (modified) (1 diff)
- django/trunk/docs/tutorial02.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/django/conf/admin_templates/base_site.html
r92 r183 5 5 {% block branding %} 6 6 <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> 8 8 {% endblock %} 9 9 django/trunk/docs/tutorial02.txt
r176 r183 444 444 ================================= 445 445 446 Clearly having "Django administration" and " mysite.com" at the top of each446 Clearly having "Django administration" and "example.com" at the top of each 447 447 admin page is ridiculous. It's just placeholder text. 448 448
