|
Revision 4401, 370 bytes
(checked in by jacob, 2 years ago)
|
Checking in latest changes to djangoproject.com templates
|
| Line | |
|---|
| 1 |
{% extends "base_2col.html" %} |
|---|
| 2 |
|
|---|
| 3 |
{% block title %}Page not found{% endblock %} |
|---|
| 4 |
|
|---|
| 5 |
{% block content %} |
|---|
| 6 |
|
|---|
| 7 |
<h2>Page not found</h2> |
|---|
| 8 |
|
|---|
| 9 |
<p>Looks like you followed a bad link. If you think it's our fault, please <a href="http://code.djangoproject.com/simpleticket/">let us know</a>.</p> |
|---|
| 10 |
|
|---|
| 11 |
<p>Here's a link to the <a href="/">homepage</a>. You know, just in case.</p> |
|---|
| 12 |
|
|---|
| 13 |
{% endblock %} |
|---|