mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-11 10:05:41 +00:00
15 lines
485 B
HTML
15 lines
485 B
HTML
<. const URL: &str = crate::V1_API_ROUTES.captcha.create; .>
|
|
<. const READONLY: bool = true; .>
|
|
<. include!("./__form-top.html"); .>
|
|
<. for (count, level) in levels.iter().enumerate() { .>
|
|
<. include!("./existing-level.html"); .>
|
|
<. } .>
|
|
<./* synchronise with "./__form-bottom.html" Lines below should break form */.>
|
|
</form>
|
|
<. include!("./stats.html"); .>
|
|
</div>
|
|
<!-- end of container -->
|
|
|
|
</main>
|
|
<. include!("../../../components/footers.html"); .>
|