movieclub/templates/404.html

4 lines
85 B
HTML

{% extends "base.html" %}
{% block content %}
<h1>Nothing here...</h1>
{% endblock %}