aboutsummaryrefslogtreecommitdiffhomepage
path: root/backend/admin/templates/problem_edit.html
diff options
context:
space:
mode:
Diffstat (limited to 'backend/admin/templates/problem_edit.html')
-rw-r--r--backend/admin/templates/problem_edit.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/backend/admin/templates/problem_edit.html b/backend/admin/templates/problem_edit.html
index cc700f4..722473b 100644
--- a/backend/admin/templates/problem_edit.html
+++ b/backend/admin/templates/problem_edit.html
@@ -33,4 +33,10 @@
<button type="submit">Save</button>
</div>
</form>
+<div>
+ <a href="{{ .BasePath }}admin/problems/{{ .Problem.ProblemID }}/testcases">View Testcases</a>
+</div>
+<div>
+ <a href="{{ .BasePath }}admin/problems/{{ .Problem.ProblemID }}/testcases/new">Add New Testcase</a>
+</div>
{{ end }}