From 93b5bc091ca8bdfa3a809e3df67bb98db389ba8a Mon Sep 17 00:00:00 2001 From: Bryce Date: Tue, 12 Aug 2025 07:24:56 -0700 Subject: [PATCH] Add HTMX error handling with toast notifications for 5xx errors --- app/templates/base.html | 44 +++++++++++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 6 deletions(-) diff --git a/app/templates/base.html b/app/templates/base.html index 874eb69..51b449f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -57,14 +57,46 @@ {% block content %}{% endblock %} {% block modal %}{% endblock %} + + + + + \ No newline at end of file