movieclub/templates/404.html
Michal Kunc 87086cdce9
All checks were successful
continuous-integration/drone/push Build is passing
Add tests and fix bugs
2023-02-11 22:40:16 +01:00

6 lines
123 B
HTML

{% extends "base.html" %}
{% block content %}
<div class="container-lg">
<h1>Nothing here...</h1>
</div>
{% endblock %}