Skip to content

Commit

Permalink
Eliminate duplicate “Settle” button (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
mavit authored Jan 28, 2025
1 parent c796711 commit 56bee93
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ihatemoney/templates/settle_bills.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,6 @@
</div>
</button>
</form>
<a
href="{{ url_for('.add_settlement_bill', amount = transaction.amount, sender_id = transaction.ower.id, receiver_id = transaction.receiver.id) }}"
class="btn btn-primary"
>
{{ ("Settle") }}
</div>
</a>
</span>
</td>
</tr>
Expand Down

0 comments on commit 56bee93

Please sign in to comment.