svthalia/concrexit

View on GitHub
website/thaliawebsite/templates/404.html

Summary

Maintainability
Test Coverage
{% extends "error.html" %}
{% load i18n %}

{% block error_message %}{% trans "404: Page not found." %}<br>
<!-- {{ exception }} -->
{% endblock %}