Changeset View
Changeset View
Standalone View
Standalone View
common/templates/common/errors/404.html
| {% extends 'common/errors/base.html' %} {% block page_title %}Page Not Found{% endblock %} {% block errorbody %} | {% extends 'common/errors/base.html' %} {% block page_title %}Page Not Found{% endblock %} {% block errorbody %} | ||||
| <h1>Page Not Found</h1> | <h1>Page Not Found</h1> | ||||
| <p>The page you tried to reach does not exist.</p> | <p>The page you tried to reach does not exist.</p> | ||||
| <p>Try <a href="{% url 'home' %}">the homepage</a> instead.</p>{% endblock %} | <p>Try <a href="{% url 'home' %}">the homepage</a> instead.</p>{% endblock %} | ||||