Private
Public Access
1
0
Files
rowsandall/templates/404.html
Sander Roosendaal 7ad8ffe0af moved error templates
2017-04-22 14:45:07 +02:00

16 lines
258 B
HTML

{% extends "basenofilters.html" %}
{% load staticfiles %}
{% block title %}Change Workout {% 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 %}