From b6057eb6080c2a32f5724e4c85c580d91c0ba351 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Thu, 26 Sep 2024 04:18:21 +0530
Subject: [PATCH] Update 404.html

---
 _templates/404.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_templates/404.html b/_templates/404.html
index d9c10c1a..dee429e9 100644
--- a/_templates/404.html
+++ b/_templates/404.html
@@ -1,4 +1,4 @@
-{% extends "!layout.html" %}
+{% extends "pydata_sphinx_theme/layout.html" %}
 
 {% set title = "Page Not Found (404)" %}
 
@@ -9,6 +9,6 @@
     <h1>{{ title }}</h1>
     <p>Oops! The page you're looking for does not exist.</p>
     <p>You can return to the <a href="{{ pathto(master_doc) }}">home page</a>.</p>
-    <p>If you believe this is a broken link, please <a href="mailto:your-email@example.com">let us know</a>.</p>
+    <p>If you believe this is a broken link, please <a data-bs-toggle="modal" data-bs-target="#feedbackModal" href="#" onclick="getFeedbackButtonhref(this)">let us know</a>.</p>
 </div>
 {% endblock %}
-- 
GitLab