parent
cd369ca1a3
commit
675f7d13bd
|
@ -34,6 +34,7 @@
|
|||
</div>
|
||||
{% if note.attachments.all|length > 0 %}
|
||||
<div class="row">
|
||||
<div class="col-xs-9 col-md-6">
|
||||
<table>
|
||||
<thead>
|
||||
<tr><th>Attachments</th></tr>
|
||||
|
@ -52,6 +53,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<br/>
|
||||
<button type="button" class="btn btn-sm btn-primary add-attachment" data-model="N" data-ref="{{ note.id }}">Add Attachment(s)</button>
|
||||
|
|
Loading…
Reference in New Issue