scouting: Ask the user to reload after submitting match data

The current "Home" screen doesn't tell folks what to do. It's not
obvious that they have to reload the page at this point. This patch
changes the screen to ask the user to reload the page.

Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I88b7137eaace31c9cff36685992880cfb9d9eeda
diff --git a/scouting/www/entry/entry.ng.html b/scouting/www/entry/entry.ng.html
index f24fea4..cae9d89 100644
--- a/scouting/www/entry/entry.ng.html
+++ b/scouting/www/entry/entry.ng.html
@@ -197,4 +197,9 @@
           <button class="btn btn-primary" (click)="nextSection()">Submit</button>
         </div>
     </div>
+
+    <div *ngSwitchCase="'Success'" id="success" class="container-fluid">
+        <h4>Success</h4>
+        <div>Please reload the page to submit more data.</div>
+    </div>
 </ng-container>