|
@@ -34,7 +34,7 @@
|
|
|
|
|
|
<div class="form-group">
|
|
<div class="form-group">
|
|
<label class="control-label" for="department_id">Dipartimento</label>
|
|
<label class="control-label" for="department_id">Dipartimento</label>
|
|
- <select name="department_id" class="form-control selectpicker" id="department_id" placeholder="Dipartimento" data-live-search="true" form="form_subjects_add_update" title="Seleziona il nome del dipartimento" data-dropup-auto="false" required>
|
|
|
|
|
|
+ <select name="department_id" class="form-control selectpicker" id="department_id" placeholder="Dipartimento" data-live-search="true" form="form_subjects_add_update" title="Seleziona il nome del dipartimento" data-dropup-auto="false">
|
|
<option value="0"></option>
|
|
<option value="0"></option>
|
|
{{range $department := .Data.AllDepartments}}
|
|
{{range $department := .Data.AllDepartments}}
|
|
{{if $.Options.Get "update"}}
|
|
{{if $.Options.Get "update"}}
|