Fixes broken TOS broken link on Creator Settings form (#15466)
This commit is contained in:
parent
ee0a521a83
commit
f9549b8f5c
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@
|
|||
<div>
|
||||
<%= hidden_field_tag :checked_terms_and_conditions, "0" %>
|
||||
<%= check_box_tag :checked_terms_and_conditions, "1", false, class: "crayons-checkbox", required: true %>
|
||||
<label for="checked_terms_and_conditions">I agree to our <a href="/terms-and-conditions">Terms and Conditions</a>.</label>
|
||||
<label for="checked_terms_and_conditions">I agree to our <a href="/terms">Terms and Conditions</a>.</label>
|
||||
</div>
|
||||
</div>
|
||||
<p class="crayons-field__description fs-italic p-2">You will have the opportunity to establish the Code of Conduct and Terms and Conditions for the users of your Forem during the setup process.</p>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue