fixy/nowe funkcje

This commit is contained in:
Mateusz Gruszczyński
2025-03-08 15:23:56 +01:00
parent 4827f611b6
commit 4ac60ee541
4 changed files with 92 additions and 46 deletions

8
templates/404.html Normal file
View File

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block title %}404 - Strona nie znaleziona{% endblock %}
{% block content %}
<div class="container text-center mt-5">
<h1 class="display-4">404</h1>
<p class="lead">Przepraszamy, ale strona, której szukasz, nie została odnaleziona.</p>
</div>
{% endblock %}