1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-31 22:58:35 +00:00

Fix edit-label form init (#14337)

This commit is contained in:
Norwin
2021-01-14 13:03:16 +00:00
committed by GitHub
parent bf853db450
commit 096aa18249
2 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
{{.i18n.Tr "repo.issues.label_modify"}}
</div>
<div class="content">
<form class="ui edit-label form" action="{{$.Link}}/edit" method="post">
<form class="ui edit-label form ignore-dirty" action="{{$.Link}}/edit" method="post">
{{.CsrfTokenHtml}}
<input id="label-modal-id" name="id" type="hidden">
<div class="ui grid">