mirror of
https://github.com/mCaptcha/mCaptcha.git
synced 2026-02-14 19:44:03 +00:00
typescript migration
This commit is contained in:
@@ -6,9 +6,11 @@
|
||||
<input
|
||||
class="sitekey-form__input--add-level"
|
||||
type="number"
|
||||
id="level2"
|
||||
id="level<.= level .>"
|
||||
name="level<.= level .>"
|
||||
<. if level == 1 { .>
|
||||
<.= "required" .>
|
||||
<. } .>
|
||||
value=""
|
||||
/>
|
||||
<button class="sitekey-form__add-level-button">Add Level</button>
|
||||
|
||||
Reference in New Issue
Block a user