update
This commit is contained in:
parent
c7868c6b4e
commit
da1210a862
15 changed files with 105 additions and 5 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<tbody>
|
||||
{% for file in files %}
|
||||
<tr>
|
||||
<th scope="row"><a href="{{url_for('upload_file', filename=file)}}">{{file}}</a></th>
|
||||
<th scope="row"><a href="{{url_for('upload_bank_statement', filename=file)}}">{{file}}</a></th>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue