diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-02 01:13:37 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-02 01:13:37 +0900 |
| commit | 9f8a609ece9093d3aaa62937c8035903bbd8a045 (patch) | |
| tree | cc329ca4e5ef24496e8b9a542b537d0354623fd9 /backend/admin/templates/dashboard.html | |
| parent | 626ab209bc5b1b9f3a608a1c2a536ead3cd27a7f (diff) | |
| download | phperkaigi-2025-albatross-9f8a609ece9093d3aaa62937c8035903bbd8a045.tar.gz phperkaigi-2025-albatross-9f8a609ece9093d3aaa62937c8035903bbd8a045.tar.zst phperkaigi-2025-albatross-9f8a609ece9093d3aaa62937c8035903bbd8a045.zip | |
feat(backend): add admin tool to fix submission status
Diffstat (limited to 'backend/admin/templates/dashboard.html')
| -rw-r--r-- | backend/admin/templates/dashboard.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/admin/templates/dashboard.html b/backend/admin/templates/dashboard.html index 2d030ef..17a0d6a 100644 --- a/backend/admin/templates/dashboard.html +++ b/backend/admin/templates/dashboard.html @@ -10,6 +10,9 @@ <p> <a href="{{ .BasePath }}/admin/online-qualifying-ranking?game_1=7&game_2=8">Online Qualifying Ranking</a> </p> +<form method="post" action="{{ .BasePath }}/fix"> + <button type="submit">fix</button> +</form> <form method="post" action="{{ .BasePath }}/logout"> <button type="submit">Logout</button> </form> |
