+
+ 500 Internal Server Error
+Sorry; something went wrong.
+diff --git a/docker-compose.yml b/docker-compose.yml index 5e019793..badda269 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -88,6 +88,9 @@ services: - type: bind source: ./static target: /app/static + - type: bind + source: ./extlinks/templates/500 + target: /app/500 ports: - "80:80" depends_on: diff --git a/extlinks/templates/400.html b/extlinks/templates/400.html new file mode 100644 index 00000000..809427a1 --- /dev/null +++ b/extlinks/templates/400.html @@ -0,0 +1,8 @@ +{% extends 'base.html' %} + +{% block content %} +
Sorry; we don't know what to do with that.
+Sorry; you aren't allowed to do that.
+Sorry; we can't find that.
+Sorry; something went wrong.
+