hyzhou404 commited on
Commit
42f47b4
·
verified ·
1 Parent(s): af87529

Update competitions/templates/index.html

Browse files
Files changed (1) hide show
  1. competitions/templates/index.html +1 -1
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 the "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) {
 
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) {