Kaydet (Commit) a7237aaf authored tarafından Adrian Holovaty's avatar Adrian Holovaty

Fixed #71 -- Changed default admin base_site template to use example.com instead…

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

git-svn-id: http://code.djangoproject.com/svn/django/trunk@183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 12c04fbf
......@@ -4,7 +4,7 @@
{% block branding %}
<h1 id="site-name">Django administration</h1>
<h2 id="site-url"><a href="http://www.mysite.com/">mysite.com</a></h2>
<h2 id="site-url"><a href="http://www.example.com/">example.com</a></h2>
{% endblock %}
{% block nav-global %}{% endblock %}
......@@ -443,7 +443,7 @@ think they should.
Customize the admin look and feel
=================================
Clearly having "Django administration" and "mysite.com" at the top of each
Clearly having "Django administration" and "example.com" at the top of each
admin page is ridiculous. It's just placeholder text.
That's easy to change, though, using Django's template system.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment