mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-03-14 13:08:27 +03:00
fix broken sitekey delete link
This commit is contained in:
parent
00acf0c193
commit
9269539a8a
1 changed files with 2 additions and 2 deletions
|
@ -22,9 +22,9 @@
|
|||
<. if READONLY { .>
|
||||
<. let key = "."; .>
|
||||
<. include!("./__edit-sitekey-icon.html"); .>
|
||||
<a href="./delete/">
|
||||
<a href="./delete/<.= key .>">
|
||||
<. } else { .>
|
||||
<a href="../delete/">
|
||||
<a href="../delete/<.= key .>">
|
||||
<. } .>
|
||||
<img class="sitekey-form__delete"
|
||||
src="<.= crate::FILES.get("./static/cache/img/svg/trash.svg").unwrap() .>"
|
||||
|
|
Loading…
Add table
Reference in a new issue