diff --git a/templates/requests/screen-1.html.to b/templates/requests/screen-1.html.to index b69fa167..8981ba84 100644 --- a/templates/requests/screen-1.html.to +++ b/templates/requests/screen-1.html.to @@ -8,7 +8,10 @@ {% autoescape None %} {% if f.errors %} -There were some errors, see below. + {% module Alert('There were some errors', + message="

Please see below.

", + level='error' + ) %} {% end %} diff --git a/templates/requests/screen-2.html.to b/templates/requests/screen-2.html.to index 20bdef27..50eb2078 100644 --- a/templates/requests/screen-2.html.to +++ b/templates/requests/screen-2.html.to @@ -8,7 +8,10 @@ {% autoescape None %} {% if f.errors %} -There were some errors, see below. + {% module Alert('There were some errors', + message="

Please see below.

", + level='error' + ) %} {% end %}

Please tell us more about you.

diff --git a/templates/requests/screen-3.html.to b/templates/requests/screen-3.html.to index 99c269ba..6ff32a34 100644 --- a/templates/requests/screen-3.html.to +++ b/templates/requests/screen-3.html.to @@ -8,7 +8,10 @@ {% autoescape None %} {% if f.errors %} -There were some errors, see below. + {% module Alert('There were some errors', + message="

Please see below.

", + level='error' + ) %} {% end %}

Please designate a Primary Point of Contact that will be responsible for owning the workspace in the JEDI Cloud.

diff --git a/templates/requests/screen-4.html.to b/templates/requests/screen-4.html.to index 446057a5..7ee74865 100644 --- a/templates/requests/screen-4.html.to +++ b/templates/requests/screen-4.html.to @@ -12,7 +12,10 @@ {% autoescape None %} {% if f.errors %} - There were some errors, see below. + {% module Alert('There were some errors', + message="

Please complete all required fields before submitting.

", + level='error' + ) %} {% end %}

Before you can submit your request, please take a moment to review the information entered in the form. You may make changes by clicking the edit link on each section. When all information looks right, go ahead and submit.

@@ -171,7 +174,10 @@ {% block next %} {% if not can_submit %} -Please complete all required fields before submitting. + {% module Alert('There were some errors', + message="

Please complete all required fields before submitting.

", + level='error' + ) %} {% end %} {% end %} diff --git a/templates/requests/screen-5.html.to b/templates/requests/screen-5.html.to index 35d52396..6b4f2a60 100644 --- a/templates/requests/screen-5.html.to +++ b/templates/requests/screen-5.html.to @@ -4,7 +4,10 @@ {% autoescape None %} {% if f.errors %} - There were some errors, see below. + {% module Alert('There were some errors', + message="

Please complete all the fields before submitting.

", + level='error' + ) %} {% end %}