forked from Cloud-CV/EvalAI
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Frontend_V2: Add note for unapproved challenge(Cloud-CV#3556)
Co-authored-by: Rishabh Jain <[email protected]>
- Loading branch information
1 parent
cb98fc4
commit ad17146
Showing
4 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,17 @@ | |
<div class="challenge-content"> | ||
<div class="mid-container"> | ||
<div class="challenge-container"> | ||
<section class="ev-sm-container ev-view" *ngIf="isChallengeHost && !isApprovedByAdmin"> | ||
<div class="ev-md-container ev-card-panel ev-z-depth-5 ev-challenge-banner"> | ||
<div class="row margin-bottom-cancel"> | ||
<div class="col s12 m12 l12">Thank you for successfully creating a challenge on EvalAI. | ||
The challenge is ready to accept submissions from host the team. Please note that the submissions from the host team won't be visible on leaderboard until you mark them as baseline submission. | ||
In order for the challenge to accept submissions from the public, it requires approval from the EvalAI Team. Please reach out to us at | ||
<a href="mailto:[email protected]" class="blue-text">[email protected]</a> for challenge approval. | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<div class="challenge-card"> | ||
<div class="top-card-container ev-card-panel"> | ||
<div class="row card-img-row"> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters