Signed-off-by: Etzelia <etzelia@hotmail.com>
pull/2/head
Etzelia 2021-02-07 22:12:29 -06:00
parent cd369ca1a3
commit 675f7d13bd
No known key found for this signature in database
GPG Key ID: 708511AE7ABC5314
1 changed files with 19 additions and 17 deletions

View File

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