16 lines
416 B
HTML
16 lines
416 B
HTML
{% extends "base.html" %}
|
|
{% load staticfiles %}
|
|
{% load rowerfilters %}
|
|
|
|
{% block title %}Change Workout {% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<div class="grid_12">
|
|
<h1>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 %} |