From 34f202adfb79361b77dc609790f65313ff625a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Valenta?= <git@imaniti.org> Date: Mon, 21 Aug 2023 07:03:14 +0200 Subject: [PATCH] update error pages --- institut/templates/404.html | 4 ++-- institut/templates/500.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/institut/templates/404.html b/institut/templates/404.html index b4243ba..27b4612 100644 --- a/institut/templates/404.html +++ b/institut/templates/404.html @@ -6,8 +6,8 @@ <div class="container"> <h1 class="font-bebas text-4xl">Stránka nenalezena</h1> - <p class="prose"> - Stránka byla smazána, nebo se nacházela na staré verzi webu. + <p class="prose font-serif"> + Stránka byla smazána, nebo se nacházela na staré verzi webu.<br> Nové články můžeš nalézt <a href="/clanky">zde</a>. </p> </div> diff --git a/institut/templates/500.html b/institut/templates/500.html index 00618f4..ba8d38f 100644 --- a/institut/templates/500.html +++ b/institut/templates/500.html @@ -6,7 +6,7 @@ <div class="container"> <h1 class="font-bebas text-4xl">Chyba serveru</h1> - <p class="prose"> + <p class="prose font-serif"> Nastala chyba z naší strany. Pokud přetrvá, kontaktuj prosím správce webu. </p> </div> -- GitLab