|
|
@@ -76,14 +76,20 @@
|
|
|
{% csrf_token %}
|
|
|
|
|
|
<div class='form-group form-inline'>
|
|
|
- <label for='allegati'>Allegati:</label>
|
|
|
- <input type='file' class="btn btn-primary" name='allegati' id='allegati' value='{{ uf.allegati }}' accept='application/pdf' multiple>
|
|
|
- <input type='checkbox' class="form-check-input" name='pertutti' id='pertutti'>
|
|
|
+ <label for='allegati'>Allegati:</label>
|
|
|
+ <input type='file' class="btn btn-primary" name='allegati' id='allegati' value='{{ uf.allegati }}' accept='application/pdf' multiple>
|
|
|
+ </div>
|
|
|
+ <br>
|
|
|
+ <div class='form-check'>
|
|
|
+ <input type='checkbox' class="form-check-input" name='pertutti' id='pertutti'>
|
|
|
<label for='pertutti' class='form-check-label'>Documento in comune (un singolo documento a disposizione di tutti gli utenti)</label>
|
|
|
</div>
|
|
|
-
|
|
|
- <div><br></div>
|
|
|
-
|
|
|
+ <br>
|
|
|
+ <div class='form-check'>
|
|
|
+ <input type='checkbox' class="form-check-input" name='comunicazione' id='comunicazione'>
|
|
|
+ <label for='pertutti' class='form-check-label'>Invia una comunicazione all'utente (Se l'utente ha la mail correttamente registrata)</label>
|
|
|
+ </div>
|
|
|
+ <br>
|
|
|
<div class='form-group form-inline'>
|
|
|
<label for='descrizione'>Descrizione: </label>
|
|
|
<input type='text' name='descrizione' id='descrizione' value='' maxlength='120' size='80'>
|