From ada2b1323d9236b29b7149507572fee7020ebd87 Mon Sep 17 00:00:00 2001 From: Krish Moodbidri <krish94@uab.edu> Date: Tue, 7 Sep 2021 15:48:27 -0500 Subject: [PATCH] changed page title header text --- app/templates/auth/SignUp.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/auth/SignUp.html b/app/templates/auth/SignUp.html index bf35e19..2a69fcd 100644 --- a/app/templates/auth/SignUp.html +++ b/app/templates/auth/SignUp.html @@ -79,7 +79,7 @@ <div class="col-md-10 col-sm-10 my-col"> <div id="form-wrapper"> - <h2> Self Registration Form </h2> + <h2>Welcome to UAB Research Computing</h2> <p style="font-size:110%;"> {{ welcome_msg |safe }}</p> <div id="user-input"> <form id="signup" data-toggle="validator" role="form" action="." method="post" onsubmit=""> -- GitLab