mv edit sitekey into advance edit sitekey

This commit is contained in:
realaravinth
2021-12-18 18:18:08 +05:30
parent ff3f5504dd
commit 784aa26dbb
3 changed files with 9 additions and 7 deletions

View 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"); .>