aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates
diff options
context:
space:
mode:
Diffstat (limited to 'backend/admin/templates')
-rw-r--r--backend/admin/templates/submissions.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/admin/templates/submissions.html b/backend/admin/templates/submissions.html
index 6870c2a..c53c5b3 100644
--- a/backend/admin/templates/submissions.html
+++ b/backend/admin/templates/submissions.html
@@ -8,6 +8,12 @@
{{ define "content" }}
<h2>Submissions for Game {{ .GameID }}</h2>
+<form method="POST" action="{{ .BasePath }}admin/games/{{ .GameID }}/submissions/rejudge-latest" style="display:inline">
+ <button type="submit">Rejudge Latest</button>
+</form>
+<form method="POST" action="{{ .BasePath }}admin/games/{{ .GameID }}/submissions/rejudge-all" style="display:inline">
+ <button type="submit">Rejudge All</button>
+</form>
<table>
<thead>
<tr>