Private
Public Access
1
0
Files
rowsandall/templates/404.html
Sander Roosendaal 196548fdcc staticfiles to static
2021-04-14 10:00:14 +02:00

23 lines
361 B
HTML

{% extends "newbase.html" %}
{% load static %}
{% 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 %}