Files
mCaptcha/templates/panel/sitekey/view/index.html
realaravinth 1d759fcb25 captcha stats
2021-07-27 15:28:21 +05:30

15 lines
481 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"); .>
<. } .>
<./* synchronise with "./__form-bottom.html" Lines below should break form */.>
</form>
<. include!("./stats.html"); .>
</div>
<!-- end of container -->
</main>
<. include!("../../../components/footers.html"); .>