mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
8 lines
295 B
HTML
8 lines
295 B
HTML
<. const URL: &str = crate::V1_API_ROUTES.levels.add; .>
|
|
<. const READONLY: bool = true; .>
|
|
<. include!("./__form-top.html"); .>
|
|
<. for (count, level) in levels.iter().enumerate() { .>
|
|
<. include!("./existing-level.html"); .>
|
|
<. } .>
|
|
<. include!("./__form-bottom.html"); .>
|