From 01e61d6f28f1183e363979f204d4a2acc4bce57f Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 25 Jul 2025 08:13:29 +0530 Subject: [PATCH] Fix wallet top-up button to link directly to top-up page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Replace placeholder alert with functional wallet top-up link - Update wallet_card.html to use {% url 'wallet:wallet_topup' %} - Change from button to anchor tag with proper styling - Links directly to /wallet/topup/ for immediate top-up access - Affects all agent pages using the shared wallet card component 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- templates/components/wallet_card.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/components/wallet_card.html b/templates/components/wallet_card.html index 7e8ecbf..7f0345c 100644 --- a/templates/components/wallet_card.html +++ b/templates/components/wallet_card.html @@ -10,8 +10,8 @@
Available Balance
- +
\ No newline at end of file