Skip to content

Commit dc67fe0

Browse files
committed
Remind teams that they need a 'robot.py' file in the root
1 parent e12a7bd commit dc67fe0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

templates/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ <h1>Virtual Competition Code Submission</h1>
3939
method="POST"
4040
>
4141
<h3>Upload a new submission for team {{ request.user.team }}</h3>
42+
<p>
43+
Your submission must include a <code>robot.py</code> file in the
44+
root of the ZIP archive.
45+
</p>
4246
<div class="form-group">
4347
<label for="archive">Select ZIP archive</label>
4448
<input

0 commit comments

Comments
 (0)