diff --git a/tom_common/templates/404.html b/tom_common/templates/404.html new file mode 100644 index 000000000..670c1b159 --- /dev/null +++ b/tom_common/templates/404.html @@ -0,0 +1,13 @@ +{% extends 'tom_common/base.html' %} +{% block content %} +
+

+ Sorry, we couldn't find what you're looking 404. +

+
+{% endblock %}