Changeset 708
- Timestamp:
- 09/27/05 09:44:57 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
djangoproject.com/django_website/templates/404.html
r707 r708 7 7 <h2>Page not found</h2> 8 8 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> 10 10 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> 12 12 13 13 {% endblock %}
