mirror of
https://github.com/lukin/keywind.git
synced 2025-01-10 01:46:24 +00:00
Add formnovalidate attribute to ignore required fields when cancel is clicked on update password page
This commit is contained in:
parent
bdf966fdae
commit
ce900e074c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
||||||
<@button.kw color="primary" type="submit">
|
<@button.kw color="primary" type="submit">
|
||||||
${msg("doSubmit")}
|
${msg("doSubmit")}
|
||||||
</@button.kw>
|
</@button.kw>
|
||||||
<@button.kw color="secondary" name="cancel-aia" type="submit" value="true">
|
<@button.kw color="secondary" name="cancel-aia" type="submit" value="true" formnovalidate="formnovalidate">
|
||||||
${msg("doCancel")}
|
${msg("doCancel")}
|
||||||
</@button.kw>
|
</@button.kw>
|
||||||
<#else>
|
<#else>
|
||||||
|
|
Loading…
Reference in a new issue