diff --git a/js/components/ascribe_forms/form_create_contract.js b/js/components/ascribe_forms/form_create_contract.js index 1b3fcfd6..bb296f72 100644 --- a/js/components/ascribe_forms/form_create_contract.js +++ b/js/components/ascribe_forms/form_create_contract.js @@ -4,6 +4,7 @@ import React from 'react'; import Form from '../ascribe_forms/form'; import Property from '../ascribe_forms/property'; +import InputCheckbox from '../ascribe_forms/input_checkbox'; import ReactS3FineUploader from '../ascribe_uploader/react_s3_fine_uploader'; @@ -94,6 +95,19 @@ let CreateContractForm = React.createClass({ placeholder="(e.g. Loan agreement #1)" required/> + + + + {' ' + getLangText('I agree to the Terms of Service') + ' '} + ( + {getLangText('read')} + ) + + + ); }