Sith/core/templates/core/404.jinja
2016-07-19 19:03:16 +02:00

10 lines
121 B
Django/Jinja

{% extends "core/base.jinja" %}
{% block content %}
<h3>{% trans %}404, Not Found{% endtrans %}</h3>
{% endblock %}