Django

Code

Changeset 708

Show
Ignore:
Timestamp:
09/27/05 09:44:57 (3 years ago)
Author:
wilson
Message:

More friendly 404s.

Files:

Legend:

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

    r707 r708  
    77<h2>Page not found</h2> 
    88 
    9 <p>We're sorry, but the requested page could not be found.</p> 
     9<p>Looks like you followed a bad link. If you think it's our fault, please <a href="http://code.djangoproject.com/newticket/">let us know</a>.</p> 
    1010 
    11 <p>You might want to head <a href="/">back to the homepage</a> and give it another shot.</p> 
     11<p>Here's a link to the <a href="/">homepage</a>. You know, just in case.</p> 
    1212 
    1313{% endblock %}