mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-14 18:23:27 +00:00
12 lines
152 B
Django/Jinja
12 lines
152 B
Django/Jinja
{% extends "core/base.jinja" %}
|
|
|
|
{% block content %}
|
|
|
|
<div id="page">
|
|
<h3>{% trans %}404, Not Found{% endtrans %}</h3>
|
|
</div>
|
|
|
|
{% endblock %}
|
|
|
|
|