Update competitions/templates/index.html
Browse files
competitions/templates/index.html
CHANGED
@@ -383,7 +383,7 @@
|
|
383 |
if (is_white_team) {
|
384 |
fetchAndDisplaySubmissions(); // Fetch and display info on click
|
385 |
} else {
|
386 |
-
alert(`Access to
|
387 |
}
|
388 |
});
|
389 |
newSubmission.addEventListener('click', function (event) {
|
|
|
383 |
if (is_white_team) {
|
384 |
fetchAndDisplaySubmissions(); // Fetch and display info on click
|
385 |
} else {
|
386 |
+
alert(`Access to "SUBMIT" will be granted after we manually review your registration. This process usually takes up to 24 hours.`)
|
387 |
}
|
388 |
});
|
389 |
newSubmission.addEventListener('click', function (event) {
|