From 810391d6fcf26eab21e074851bb0d9c4f7fa3ff1 Mon Sep 17 00:00:00 2001
From: sofordar <dpmehealth@gmail.com>
Date: Tue, 18 Feb 2025 17:25:44 +0600
Subject: [PATCH] UpdateTemp

---
 templates/base.html               | 2 +-
 templates/resulation/viewmou.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/base.html b/templates/base.html
index 6729661..dfc48f4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -32,7 +32,7 @@
                 <a href="#" class="dropdown-btn">View</a>
                 <div class="dropdown-content">
                     <a href="http://localhost:8000/rcm/viewresulation">Resulations</a>
-                    <a href="#">Contracts</a>
+                    <a href="http://localhost:8000/rcm/viewdeed">Contracts</a>
                     <a href="http://localhost:8000/rcm/viewmou">MoU</a>
                 
                 </div>
diff --git a/templates/resulation/viewmou.html b/templates/resulation/viewmou.html
index 6746b30..04ee904 100644
--- a/templates/resulation/viewmou.html
+++ b/templates/resulation/viewmou.html
@@ -4,7 +4,7 @@
 
 <div class="table-container">
     <div class="table-header">
-        <h2>PDF Records</h2>
+        <h2>Mou</h2>
         <input type="text" id="searchInput" class="search-box" placeholder="Search records...">
     </div>
     {% if pdf_records %}