Quellcode durchsuchen

fix checkbox

master
Florian Eisenmenger vor 2 Jahren
Ursprung
Commit
8517033fe7
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      src/client/app/tmpl/group-detail-edit.html

+ 1
- 0
src/client/app/tmpl/group-detail-edit.html Datei anzeigen

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


Laden…
Abbrechen
Speichern