diff --git a/theme/static/images/butterflies.svg b/theme/static/images/butterflies.svg new file mode 100644 index 0000000..e280f3c --- /dev/null +++ b/theme/static/images/butterflies.svg @@ -0,0 +1 @@ + diff --git a/theme/templates/404.html b/theme/templates/404.html new file mode 100644 index 0000000..1d0411a --- /dev/null +++ b/theme/templates/404.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} +{% comment %} +SPDX-License-Identifier: GPL-3.0-or-later +{% endcomment %} + +{% load i18n static %} + +{% block content_title %} +
+ {% trans "This page has been lost in the deep dark." %} +
++ {% blocktrans %} + If you think this page sould exist, please + alert the administrator. + Else, you should go back and blame your link. + {% endblocktrans %} +
+ +{% endblock %}