Skip to content

Commit

Permalink
Changing order of state and download link for submission file in task…
Browse files Browse the repository at this point in the history
… view in admin panel
  • Loading branch information
ooemperor committed Mar 17, 2024
1 parent 6343151 commit a7aa4e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codeGrader/frontend/admin/templates/task.html
Original file line number Diff line number Diff line change
Expand Up @@ -461,15 +461,15 @@ <h2 class="accordion-header">
{{ sub["user"]["username"] }}
</a>
</td>
<td>
{{ sub["state"] }}
</td>
<td>
<a href="{{ url_for('SubmissionFile', id_ = sub['id']) }}" target="_blank"
download="{{ sub['file']['filename'] }}">
{{ sub["file"]["filename"]}}
</a>
</td>
<td>
{{ sub["state"] }}
</td>
<td>
{{ sub["max_score"] }}
</td>
Expand Down

0 comments on commit a7aa4e6

Please sign in to comment.