DMOJ / online-judge

A modern open-source online judge and contest platform system.
https://dmoj.ca
GNU Affero General Public License v3.0
928 stars 359 forks source link

Fix broken links in admin pages #2352

Open magnified103 opened 4 days ago

magnified103 commented 4 days ago

My own patch https://github.com/DMOJ/online-judge/commit/8cebcedfa2aa2f8e7508d5ebec37595bfe7bd156 accidentally broke some UI elements.

  1. The Rejudge button in /admin/judge/submission/. It doesn't work.

    image
  2. The Rejudge button in /judge/contest/{id}/change/. The rejudge is always processed whether you confirm it or not.

    image