Browse Source

fix checkbox

master
Florian Eisenmenger 2 years ago
parent
commit
8517033fe7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/client/app/tmpl/group-detail-edit.html

+ 1
- 0
src/client/app/tmpl/group-detail-edit.html View File

@@ -103,6 +103,7 @@
data-id="checkbox-team-terms-conditions-active"
id="checkbox-team-terms-conditions-active"
class="custom-control-input"
<%= group.getTermsConditionsActive() ? 'checked' : '' %>
>
<label class="custom-control-label"
for="checkbox-team-terms-conditions-active"><%= _lc( 'GROUP_TERMS_ACTIVE' ) %></label>


Loading…
Cancel
Save