Fix: submit button enabled without general consent

pull/7995/head
Inga Mai 5 years ago committed by Henriette Dinger
parent afd66b1756
commit 3c0bf80c1e
  1. 3
      frontend/src/app/components/enterprise/enterprise-modal/enterprise-trial-form/ee-trial-form.component.html

@ -52,7 +52,8 @@
<div class="form--check-box-container">
<input type="checkbox"
class="form--check-box"
formControlName="general_consent">
formControlName="general_consent"
required>
</div>
<span>{{ text.general_consent }}
<a href="https://www.openproject.com/terms-of-service/" target="_blank">{{ text.terms_of_service }}</a>

Loading…
Cancel
Save