|
@@ -130,11 +130,24 @@
|
|
</select>
|
|
</select>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label class="control-label" for="hours">Numero di ore</label>
|
|
<label class="control-label" for="hours">Numero di ore</label>
|
|
<input class="form-control" min="0" type="number" name="hours" id="hours" {{if .Options.Get "update"}}value="{{.Data.Activity.Hours}}"{{end}} required>
|
|
<input class="form-control" min="0" type="number" name="hours" id="hours" {{if .Options.Get "update"}}value="{{.Data.Activity.Hours}}"{{end}} required>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
+
|
|
|
|
+ <div class="form-group">
|
|
|
|
+ <div class="form-check">
|
|
|
|
+ <input type="checkbox" name="GroupActivity" class="form-check-input" id="activity_group_activity" {{if .Options.Get "update"}}{{if .Data.Activity.GroupActivity}}checked{{end}}{{end}}>
|
|
|
|
+ <label class="form-check-label" for="activity_group_activity">Attività di gruppo</label>
|
|
|
|
+ <small id="activity_group_help_box" class="form-text text-muted">
|
|
|
|
+ Spuntare la casella sopra nel caso di attività che coinvolgono più studenti contemporaneamente.
|
|
|
|
+ </small>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+
|
|
|
|
+
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<button type="submit" class="btn btn-primary">Salva</button>
|
|
<button type="submit" class="btn btn-primary">Salva</button>
|
|
{{if .Options.Get "update"}}
|
|
{{if .Options.Get "update"}}
|