16 lines
266 B
HTML
16 lines
266 B
HTML
{% extends "basenofilters.html" %}
|
|
{% load staticfiles %}
|
|
|
|
{% block title %}Rowsandall - not found {% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="grid_12">
|
|
<h1>Error 404 Page not found</h1>
|
|
<p>
|
|
We could not find the page on our server.
|
|
</p>
|
|
</div>
|
|
|
|
{% endblock %}
|