From e52ac62d8e645c721060e6c9a2b0ab77eedf8fd6 Mon Sep 17 00:00:00 2001 From: yp05327 <576951401@qq.com> Date: Thu, 9 Mar 2023 23:38:29 +0900 Subject: Redirect to project again after editing it (#23326) A part of https://github.com/go-gitea/gitea/pull/22865 We have edit buttons in projects list page and project view page. But after user edit a project, it will always redirect to the projects list page. --- templates/projects/new.tmpl | 1 + templates/projects/view.tmpl | 2 +- templates/repo/projects/new.tmpl | 1 + templates/repo/projects/view.tmpl | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/projects/new.tmpl b/templates/projects/new.tmpl index c96f948ded..826869ac5d 100644 --- a/templates/projects/new.tmpl +++ b/templates/projects/new.tmpl @@ -21,6 +21,7 @@