You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
279 B
Smarty
9 lines
279 B
Smarty
9 years ago
|
<div class="form-group">
|
||
|
<label for="agree-terms">[[register:terms_of_use]]</label>
|
||
|
<div class="tos">{termsOfUse}</div>
|
||
|
<div class="checkbox">
|
||
|
<label>
|
||
|
<input type="checkbox" name="agree-terms" id="agree-terms"> [[register:agree_to_terms_of_use]]
|
||
|
</label>
|
||
|
</div>
|
||
|
</div>
|