mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
fix broken sitekey delete link
This commit is contained in:
@@ -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() .>"
|
||||
|
||||
Reference in New Issue
Block a user