bornhack-website/bornhack/templates/404.html
2016-06-01 16:56:50 +02:00

10 lines
126 B
HTML

{% extends 'base.html' %}
{% block content %}
<p class="lead">
404 page not found. Sorry about that.
</p>
{% endblock %}