From cfa04b70ddc7a8436ad3787c2d85586e8f53d9bc Mon Sep 17 00:00:00 2001
From: Krish Moodbidri <krish94@uab.edu>
Date: Wed, 8 Sep 2021 15:48:33 -0500
Subject: [PATCH] fixed message text

---
 messages.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/messages.py b/messages.py
index 8f614e0..bcd630f 100644
--- a/messages.py
+++ b/messages.py
@@ -1,3 +1,3 @@
-welcome_message = "The information below will be used to create your account. Please fill in the reason for requesting your account as this helps us understand our user base. Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a> if you have any questions."
-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 have been notified about this. Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a>  for any assistance in creating your account."
+welcome_message = "The information below will be used to create your account. Please fill in the reason for requesting your account as this helps us understand our user base.<br>Contact <a href='mailto:support@listserv.uab.edu'>Research Computing</a> if you have any questions."
+cancel_message = "Close current tab to end session.<br>Contact <a href="'mailto:support@listserv.uab.edu'">Research Computing</a> if you have any questions."
+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