From 52e9a823424c7bf95353eeef256bbb621f1ff14a Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Tue, 7 Sep 2021 15:45:03 -0500
Subject: [PATCH] fixed error message href

---
 messages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/messages.py b/messages.py
index 4c62a5e..49898d0 100644
--- a/messages.py
+++ b/messages.py
@@ -1,3 +1,3 @@
 welcome_message = "Welcome to UAB's Reseach Computing cluster. The information below will be used to create your account. Please fill in all the details as this helps us understand our user base. Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a>  for any assistance in creating your account."
 cancel_message = "Close browser to end session. Contact <a href="'mailto:support@listserv.uab.edu'">Research Computing</a> for any assistance in creating your account."
-error_message = "Error while creating your account. We've been notified about this. Contact <a href="'mailto:support@listserv.uab.edu'">Research Computing</a>  for any assistance in creating your account."
+error_message = "Error while creating your account. We have been notified about this. Contact <a href="'mailto:support@listserv.uab.edu'">Research Computing</a>  for any assistance in creating your account."
-- 
GitLab