mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2025-11-24 14:35:46 +00:00
use crates::PAGES.panel.sitekey.get_edit_easy to get edit route
This commit is contained in:
parent
fa9762200e
commit
081cdcc803
@ -46,7 +46,7 @@ include!("./navbar/index.html"); .>
|
||||
</td>
|
||||
<td class="sitekey-list__key">
|
||||
<div class="sitekey-list__edit">
|
||||
<. let key = format!("/sitekey/{}", &sitekey.key); .>
|
||||
<. let key = crate::PAGES.panel.sitekey.get_edit_easy(&sitekey.key) ;.>
|
||||
<. include!("./sitekey/view/__edit-sitekey-icon.html"); .>
|
||||
</div>
|
||||
</td>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user