Skip to content

Commit

Permalink
Fixed transactions bug
Browse files Browse the repository at this point in the history
  • Loading branch information
edelgm6 committed Jul 25, 2024
1 parent 9380ee8 commit 5c5ceb2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions ledger/templates/api/content/transactions-content.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{ table }}
<br>
<div id="form-div">
{{ transactions_form }}
<div id="table-and-form">
{{ table }}
<br>
<div id="form-div">
{{ transactions_form }}
</div>
</div>

0 comments on commit 5c5ceb2

Please sign in to comment.