diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-09-06 01:30:31 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-09-06 01:30:31 +0900 |
| commit | 8d739b386f2b555292fd8082c9de2199228737c9 (patch) | |
| tree | 69ec44d214686cf80627216e984ae523eae8b98b /backend/admin/templates/problem_edit.html | |
| parent | e7b35cd81f2e515371a30a59ea4173a31dbeefc5 (diff) | |
| download | iosdc-japan-2025-albatross-8d739b386f2b555292fd8082c9de2199228737c9.tar.gz iosdc-japan-2025-albatross-8d739b386f2b555292fd8082c9de2199228737c9.tar.zst iosdc-japan-2025-albatross-8d739b386f2b555292fd8082c9de2199228737c9.zip | |
feat(backend): add admin pages for testcases
Diffstat (limited to 'backend/admin/templates/problem_edit.html')
| -rw-r--r-- | backend/admin/templates/problem_edit.html | 6 |
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 }} |
