Update competitions/templates/index.html
Browse files
competitions/templates/index.html
CHANGED
@@ -391,7 +391,7 @@
|
|
391 |
if (is_white_team) {
|
392 |
showSubmissionModal(); // Show the submission modal
|
393 |
} else {
|
394 |
-
alert(`Access to
|
395 |
}
|
396 |
});
|
397 |
if (is_login && !is_registered) {
|
|
|
391 |
if (is_white_team) {
|
392 |
showSubmissionModal(); // Show the submission modal
|
393 |
} else {
|
394 |
+
alert(`Access to "SUBMIT" will be granted after we manually review your registration. This process usually takes up to 24 hours.`)
|
395 |
}
|
396 |
});
|
397 |
if (is_login && !is_registered) {
|