Cybrkyd's Git Repositories

python-budget - commit: 259ad7c

commit 259ad7cefcf7b209fc12849edfbf3dab4495a937f39e8c4b8214d8d93844407b
author Cybrkyd <git@cybrkyd.com> 2026-05-30 13:34:13 +0100
committer Cybrkyd <git@cybrkyd.com> 2026-05-30 13:34:13 +0100

Commit Message

Budget placeholder - encourage positive values only

📊 Diffstat

budget.py 2
1 files changed, 1 insertions(+), 1 deletions(-)

Diff

diff --git a/budget.py b/budget.py
index 55b9714..9630fdc 100644
--- a/budget.py
+++ b/budget.py
@@ -187,7 +187,7 @@ function autoFillAmount() {{
<h2>Monthly Budget Targets</h2>
<form method="POST" action="/budget/add">
<input name="category" type="text" placeholder="Item" required>
- <input type="text" name="planned_amount" placeholder="Planned amount" required>
+ <input type="text" name="planned_amount" placeholder="Planned amount (+)" required>
<button type="submit">Save Budget</button>
</form>