diff --git a/get_together/static/img/404.png b/get_together/static/img/404.png new file mode 100644 index 0000000..865fc8d Binary files /dev/null and b/get_together/static/img/404.png differ diff --git a/get_together/static/img/500.png b/get_together/static/img/500.png new file mode 100644 index 0000000..fc296e5 Binary files /dev/null and b/get_together/static/img/500.png differ diff --git a/get_together/templates/404.html b/get_together/templates/404.html new file mode 100644 index 0000000..b797bcd --- /dev/null +++ b/get_together/templates/404.html @@ -0,0 +1,8 @@ +{% extends "get_together/base.html" %} +{% load static %} + +{% block content %} +
+ +
+{% endblock %} diff --git a/get_together/templates/500.html b/get_together/templates/500.html new file mode 100644 index 0000000..79350eb --- /dev/null +++ b/get_together/templates/500.html @@ -0,0 +1,8 @@ +{% extends "get_together/base.html" %} +{% load static %} + +{% block content %} +
+ +
+{% endblock %}