mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
restrict query selector to edit form (#14307)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user