404.html 250 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 {% extends "base.html" %} {% load version_static i18n %} {% block title %}{% trans 'Error 404: File Not Found' %}{% endblock %} {% block text-content %} <p style="font-size: large;">{% trans 'Error: wrong address entered' %}</p> {% endblock %}