1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Redirect on project after issue created (#17211)

close #17011

If user create an issue with button in project view, after issue is created the user is redirect to project view.
This commit is contained in:
Romain
2021-10-05 21:21:52 +02:00
committed by GitHub
parent 987152ba40
commit 167914cf8b
2 changed files with 9 additions and 1 deletions

View File

@@ -236,5 +236,6 @@
{{end}}
</div>
</div>
<input type="hidden" name="redirect_after_creation" value="{{.redirect_after_creation}}">
</div>
</form>