From c66196cf6696593fb6abbc3bccebf56e8b7ca1ce Mon Sep 17 00:00:00 2001
From: Krish M <krish94@uab.edu>
Date: Fri, 20 May 2022 18:05:56 -0500
Subject: [PATCH] edited page title and heading

---
 app/templates/account/unauthorized.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/templates/account/unauthorized.html b/app/templates/account/unauthorized.html
index 2d54fde..19e5740 100644
--- a/app/templates/account/unauthorized.html
+++ b/app/templates/account/unauthorized.html
@@ -1,5 +1,5 @@
 <html class="gr__rc_uab_edu">
-<title>User Authorization Error </title>
+<title> Account Unauthorized </title>
 <head>
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
 <script src="https://cdnjs.cloudflare.com/ajax/libs/socket.io/1.7.3/socket.io.min.js"></script>
@@ -52,7 +52,7 @@
 
   <div class="col-md-10 col-sm-10 my-col">
     <div id="form-wrapper">
-    <h2> User Authorization Error </h2>
+    <h2> Account Unauthorized </h2>
     <p style="font-size:110%;"> {{ unauthorized_msg |safe }}</p>
     </div>
   </div>
-- 
GitLab