9 lines
236 B
HTML
9 lines
236 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
<h1>Page not found!</h1>
|
|
The requested URL was not found on this server. If you entered the URL manually
|
|
please check your spelling and try again.
|
|
<h2>Error 404</h2>
|
|
{% endblock content %}
|