+ <%= f.label(:accept_terms,
+ raw("#{ f.check_box(:accept_terms, "aria-required": true, "data-validation-error": _('You must agree to the term and conditions.')) } #{_('I accept the')} #{_('terms and conditions')}")) %>
+
+
+
+ <%= raw t('helpers.sign_up_cil_message')%>
+
+
+ <%= f.button(_('Create account'), class: "btn btn-default", type: "submit") %>
+<% end %>
diff --git a/lib/assets/stylesheets/dmpopidor.scss b/lib/assets/stylesheets/dmpopidor.scss
index 91ff17f..3bf3bbc 100644
--- a/lib/assets/stylesheets/dmpopidor.scss
+++ b/lib/assets/stylesheets/dmpopidor.scss
@@ -466,4 +466,15 @@
}
+}
+
+/*
+ CIL MESSAGE
+*/
+
+.cil_message > p {
+ font-size: x-small;
+ font-style: italic;
+ line-height: 1.5em;
+ padding-bottom: 4px;
}
\ No newline at end of file