From eeaddb27560d723ca7d61359744ceb2709fccd2d Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Tue, 15 Oct 2024 21:01:31 +0100 Subject: Renamed from pyblackbird_cc to alphabetlearning - everywhere --- alphabetlearning/templates/500.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 alphabetlearning/templates/500.html (limited to 'alphabetlearning/templates/500.html') diff --git a/alphabetlearning/templates/500.html b/alphabetlearning/templates/500.html new file mode 100644 index 0000000..c4e2fa3 --- /dev/null +++ b/alphabetlearning/templates/500.html @@ -0,0 +1,12 @@ +{% extends "base.html" %} + +{% block title %} + Server Error +{% endblock title %} +{% block content %} +

Ooops!!! 500

+

Looks like something went wrong!

+

+ We track these errors automatically, but if the problem persists feel free to contact us. In the meantime, try refreshing. +

+{% endblock content %} -- cgit v1.2.3