mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
14 lines
523 B
HTML
14 lines
523 B
HTML
<. const URL: &str = crate::V1_API_ROUTES.levels.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/add-level.html"); .>
|
|
<button data-sitekey="<.= key .>"
|
|
id="sitekey-form__submit" class="sitekey-form__submit" type="submit">
|
|
Submit
|
|
</button>
|
|
<. include!("../view/__form-bottom.html"); .>
|