lazy init edit submit btn and update demo link

This commit is contained in:
realaravinth
2021-07-26 11:49:07 +05:30
parent 8830961e04
commit 9bc11f3518
4 changed files with 51 additions and 49 deletions

View File

@@ -6,7 +6,8 @@
<. } .>
<. let level = levels.len() + 1; .>
<. include!("../add/add-level.html"); .>
<button data-sitekey="<.= key .>" class="sitekey-form__submit" type="submit">
<button data-sitekey="<.= key .>"
id="sitekey-form__submit" class="sitekey-form__submit" type="submit">
Submit
</button>
<. include!("../view/__form-bottom.html"); .>