mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 20:09:25 +00:00
Make file modale chooser and complete user profile
This commit is contained in:
@ -53,7 +53,7 @@
|
||||
{% endif %}
|
||||
<td>{{ o.remark }}</td>
|
||||
{% if o.invoice %}
|
||||
<td><a href="{{ url('core:download') + '?file=' + o.invoice.name }}">{{ o.invoice.name }}</a></td>
|
||||
<td><a href="{{ url('core:download', file_id=o.invoice.id) }}">{{ o.invoice.name }}</a></td>
|
||||
{% else %}
|
||||
<td>-</td>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user