Files
movieclub/templates/404.html
T
2023-01-15 18:32:05 +01:00

4 lines
85 B
HTML

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