Private
Public Access
1
0
Files
rowsandall/rowers/templates/404.html
2017-10-06 09:28:45 +02:00

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 %}