|
|
@@ -22,8 +22,7 @@ |
|
|
<textarea maxlength="4096"
|
|
|
<textarea maxlength="4096"
|
|
|
rows="5"
|
|
|
rows="5"
|
|
|
class="form-control"
|
|
|
class="form-control"
|
|
|
disabled
|
|
|
|
|
|
placeholder="<%= _lc( 'TEAM_DETAIL_TEAM_TERMS_PLACEHOLDER' ) %>"><%= group.getTermsConditions() ? group.getTermsConditions() : '' %></textarea>
|
|
|
|
|
|
|
|
|
disabled><%= group.getTermsConditions() ? group.getTermsConditions() : '' %></textarea>
|
|
|
<% if ( group.getTermsConditionsActive() ) { %>
|
|
|
<% if ( group.getTermsConditionsActive() ) { %>
|
|
|
<div class="form-group">
|
|
|
<div class="form-group">
|
|
|
<div class="custom-control custom-checkbox my-1 mr-sm-2">
|
|
|
<div class="custom-control custom-checkbox my-1 mr-sm-2">
|
|
|
|