Skip to content

Commit

Permalink
fixing non working timeout correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ooemperor committed Jun 24, 2024
1 parent 4893305 commit 08322f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#gitignore for automatic code Grader
# Ignore all python venv
*venv*

# IDE Files
*.idea
Expand Down
2 changes: 1 addition & 1 deletion codeGrader/frontend/admin/templates/task.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h1 class="header1">Task {{ name }}</h1>
<td>Timeout</td>
<td>
<input class="input" {% if not editable %} readonly {% endif %} type="text" id="input_timeout"
name="tag" value="{{ timeout }}">
name="timeout" value="{{ timeout }}">
</td>
</tr>
<tr>
Expand Down

0 comments on commit 08322f0

Please sign in to comment.