Suggests next team number for data entry
Signed-off-by: Evelyn Yang <yang.2.evelyn@gmail.com>
Change-Id: I1ee9c76cbd46922915c29f983568d3400e9d7cee
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index 22d2d27..32ced4d 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -483,6 +483,11 @@
</div>
<div *ngSwitchCase="'Success'" id="Success" class="container-fluid">
<h2>Successfully submitted data.</h2>
+ <div class="d-grid gap-5" *ngIf="nextTeamNumber != ''">
+ <button class="btn btn-primary" (click)="goToNextTeam();">
+ SCOUT NEXT TEAM
+ </button>
+ </div>
</div>
<span class="progress_message" role="alert">{{ progressMessage }}</span>