8 lines
121 B
HTML
8 lines
121 B
HTML
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<div class="">
|
|
<h2>404 error</h2>
|
|
Page not found....
|
|
</div>
|
|
{% endblock %} |