diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/forms/subscription.form.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/forms/subscription.form.js | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/forms/subscription.form.js b/animism-align/frontend/app/views/viewer/forms/subscription.form.js index 3d863cb..9353e3e 100644 --- a/animism-align/frontend/app/views/viewer/forms/subscription.form.js +++ b/animism-align/frontend/app/views/viewer/forms/subscription.form.js @@ -42,7 +42,19 @@ export default class SubscriptionForm extends Component { onKeyDown={this.handleKeyDown} onChange={this.handleChange} /> - <Arrow type='right' /> + <label className="subscription-privacy"> + <span> + {"I have read e-flux’s privacy policy "} + {"and agree that e-flux may send me emails to the email address "} + {"entered above and that my data will be processed for this "} + {"purpose in accordance with e-flux’s "} + <a href="/privacy">privacy policy.</a> + </span> + </label> + <button onClick={this.handleSubmit}> + {'Submit '} + <Arrow type='right' /> + </button> </form> ) } |
