Explorar el Código

fix checkbox

master
Florian Eisenmenger hace 2 años
padre
commit
8517033fe7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/client/app/tmpl/group-detail-edit.html

+ 1
- 0
src/client/app/tmpl/group-detail-edit.html Ver fichero

@@ -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>


Cargando…
Cancelar
Guardar