forked from kevadesu/forgejo
restrict query selector to edit form (#14307)
Co-authored-by: Lauris BH <lauris@nix.lv>
This commit is contained in:
parent
6eee9f0f4e
commit
a21adf92ec
2 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue