summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/viewer/forms/subscription.form.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-10-09 16:25:08 +0200
committerJules Laplace <julescarbon@gmail.com>2020-10-09 16:25:08 +0200
commit3499c61481bd6c5e9081814f959f38c5d0f5c68d (patch)
tree02f221f74735ffd3ffdd62061bcf0cc566d6e103 /animism-align/frontend/app/views/viewer/forms/subscription.form.js
parent008c10e0a1abde2bbc22b6b6f265ac23c14d8b19 (diff)
width of these elements
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.js14
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>
)
}