mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +09:00
Fix #2139 add "required" attribute to checkbox for required agreement
This commit is contained in:
parent
7a7b80baa6
commit
ed53fab065
2 changed files with 7 additions and 7 deletions
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
<div class="confirm">
|
||||
<label for="accept_agreement_{$i}">
|
||||
<input type="checkbox" name="accept_agreement[{$i}]" value="Y" id="accept_agreement_{$i}" />
|
||||
<input type="checkbox" name="accept_agreement[{$i}]" value="Y" id="accept_agreement_{$i}" required="required"|cond="$agreement->type === 'required'" />
|
||||
{$lang->about_accept_agreement}
|
||||
</label>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue