Private
Public Access
1
0
Files
rowsandall/rowers/templates/500.html
2017-01-04 22:30:59 +01:00

17 lines
428 B
HTML

{% extends "bases.html" %}
{% load staticfiles %}
{% load rowerfilters %}
{% block title %}Change Workout {% endblock %}
{% block content %}
<div class="grid_12">
<h1>Error 500 Internal Server Error</h1>
<p>
The site reported an internal server error. If this behavior repeats, please inform us by using the contact form at the bottom of this page. This allows us to improve the site's behaviour.
</p>
</div>
{% endblock %}