From 1689e949f20e84e5d94e7be3716937468a9fa789 Mon Sep 17 00:00:00 2001 From: Krish M <krish94@uab.edu> Date: Thu, 19 May 2022 22:47:01 -0500 Subject: [PATCH] changed page title --- app/templates/account/hold.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/account/hold.html b/app/templates/account/hold.html index 12f4533..5a8bbf9 100644 --- a/app/templates/account/hold.html +++ b/app/templates/account/hold.html @@ -1,5 +1,5 @@ <html class="gr__rc_uab_edu"> -<title>User Blocked </title> +<title>Account on Hold</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> -- GitLab