From 53460829f7f4d64ecec5cfa6f12716c0182d108c Mon Sep 17 00:00:00 2001 From: Gusted Date: Thu, 23 Nov 2023 20:24:52 +0100 Subject: [PATCH] [GITEA] Fix cancelled migration deletion modal - Backport of #1805 - https://codeberg.org/forgejo/forgejo/pulls/1473 made that dangerous actions such as deletion also would need to type in the owner's name. This was apparently not reflected to the deletion modal for migrations that failed or were cancelled. - Resolves #2404 (cherry picked from commit c38dbd6f889aeb52745eddb276225acd0153cba6) --- templates/repo/migrate/migrating.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/migrate/migrating.tmpl b/templates/repo/migrate/migrating.tmpl index b329fb3ecc..ae168c07e6 100644 --- a/templates/repo/migrate/migrating.tmpl +++ b/templates/repo/migrate/migrating.tmpl @@ -69,7 +69,7 @@