This commit is contained in:
Yisroel Baum 2024-12-25 21:20:27 +02:00
parent c7868c6b4e
commit da1210a862
15 changed files with 105 additions and 5 deletions

View file

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