Private
Public Access
1
0
Files
rowsandall/templates/404.html
Sander Roosendaal a6766bb109 not working
2019-04-06 20:36:19 +02:00

23 lines
366 B
HTML

{% extends "newbase.html" %}
{% load staticfiles %}
{% block title %}Change Workout {% endblock %}
{% block main %}
<h1>Error 404 Page not found</h1>
<ul class="main-content">
<li class="grid_2">
<p>
We could not find the page on our server.
</p>
</li>
</ul>
{% endblock %}
{% block sidebar %}
{% include 'menu_other.html' %}
{% endblock %}