diff --git a/rowers/templates/400.html b/rowers/templates/400.html
deleted file mode 100644
index c5332ca6..00000000
--- a/rowers/templates/400.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{% extends "basenofilters.html" %}
-{% load staticfiles %}
-{% load rowerfilters %}
-
-{% block title %}Rowsandall - Bad Request {% endblock %}
-
-{% block content %}
-
-
-
Bad Request
-
-HTTP Error 400 Bad Request.
-
-
-
-{% endblock %}
diff --git a/rowers/templates/403.html b/rowers/templates/403.html
deleted file mode 100644
index 5a17218e..00000000
--- a/rowers/templates/403.html
+++ /dev/null
@@ -1,18 +0,0 @@
-{% extends "basenofilters.html" %}
-{% load staticfiles %}
-{% load rowerfilters %}
-
-{% block title %}Rowsandall - forbidden {% endblock %}
-
-{% block content %}
-
-
-
Forbidden
-
- Access forbidden. You probably tried to access functionality on a workout,
- planned session
- or chart that is not owned by you.
-
-
-
-{% endblock %}
diff --git a/rowers/templates/404.html b/rowers/templates/404.html
deleted file mode 100644
index 482eaeb3..00000000
--- a/rowers/templates/404.html
+++ /dev/null
@@ -1,15 +0,0 @@
-{% extends "basenofilters.html" %}
-{% load staticfiles %}
-
-{% block title %}Rowsandall - not found {% endblock %}
-
-{% block content %}
-
-
-
Error 404 Page not found
-
-We could not find the page on our server.
-
-
-
-{% endblock %}
diff --git a/rowers/templates/500.html b/rowers/templates/500.html
deleted file mode 100644
index 252ea236..00000000
--- a/rowers/templates/500.html
+++ /dev/null
@@ -1,21 +0,0 @@
-{% extends "basenofilters.html" %}
-{% load staticfiles %}
-
-{% block title %}Rowsandall - error {% endblock %}
-
-{% block content %}
-
-
-
Error 500 Internal Server Error
-
- 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.
-
-
-
-
-
-{% endblock %}
diff --git a/rowers/templates/502.html b/rowers/templates/502.html
deleted file mode 100644
index edd8094e..00000000
--- a/rowers/templates/502.html
+++ /dev/null
@@ -1,578 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Rowsandall
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Free Data and Analysis. For Rowers. By Rowers.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Error 502 Bad Gateway
-
- No valid server response received. This can have multiple reasons,
- including time-outs or reaching the capacity limit.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- «
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Settings from rowsandall_app.settings_dev
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
SQL queries from 0 connections
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Static files (1470 found, 0 used)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Templates (3 rendered)
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Cache calls from 1 backend
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/templates/500.html b/templates/500.html
index d60793eb..b5400628 100644
--- a/templates/500.html
+++ b/templates/500.html
@@ -1,11 +1,10 @@
-{% extends "basenofilters.html" %}
+{% extends "newbase.html" %}
{% load staticfiles %}
{% block title %}Change Workout {% endblock %}
-{% block content %}
+{% block main %}
-
Error 500 Internal Server Error
The site reported an internal server error. The site developer has been
@@ -13,9 +12,10 @@
by reporting an issue on Bitbucket using the button below.
-
-
+Report an issue
{% endblock %}
+
+{% block sidebar %}
+{% include 'menu_workouts.html' %}
+{% endblock %}