From dfac1f01d41bdbbed524c5efd84204e61ed33944 Mon Sep 17 00:00:00 2001 From: trinkey Date: Tue, 24 Dec 2024 12:14:53 -0500 Subject: [PATCH] add title to 404 --- tauth/templates/404.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tauth/templates/404.html b/tauth/templates/404.html index 221afca..43ca803 100644 --- a/tauth/templates/404.html +++ b/tauth/templates/404.html @@ -1,5 +1,7 @@ {% extends "base.html" %} +{% block title %}Page Not Found - {% endblock %} + {% block body %}

Hmm. That doesn't look right.

Make sure the URL is correct and try again.