Private
Public Access
1
0
Files
rowsandall/templates/500.html
2018-09-27 21:40:06 +02:00

22 lines
580 B
HTML

{% extends "newbase.html" %}
{% load staticfiles %}
{% block title %}Change Workout {% endblock %}
{% block main %}
<h1>Error 500 Internal Server Error</h1>
<p>
The site reported an internal server error. The site developer has been
notified automatically with a full error report. You can help the developer
by reporting an issue on Bitbucket using the button below.
</p>
<a class="red small" href="https://bitbucket.org/sanderroosendaal/rowsandall/issues/new">Report an issue</a>
{% endblock %}
{% block sidebar %}
{% include 'menu_workouts.html' %}
{% endblock %}