mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-13 19:15:39 +00:00
mv edit sitekey into advance edit sitekey
This commit is contained in:
13
templates/panel/sitekey/edit/advance.html
Normal file
13
templates/panel/sitekey/edit/advance.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<. const URL: &str = crate::V1_API_ROUTES.captcha.update; .>
|
||||
<. const READONLY: bool = false; .>
|
||||
<. include!("../view/__form-top.html"); .>
|
||||
<. for (count, level) in levels.iter().enumerate() { .>
|
||||
<. include!("./existing-level.html"); .>
|
||||
<. } .>
|
||||
<. let level = levels.len() + 1; .>
|
||||
<. include!("../add/advance/add-level.html"); .>
|
||||
<button data-sitekey="<.= key .>"
|
||||
id="sitekey-form__submit" class="sitekey-form__submit" type="submit">
|
||||
Submit
|
||||
</button>
|
||||
<. include!("../view/__form-bottom.html"); .>
|
||||
Reference in New Issue
Block a user