From 9e01be699a61a9899e72fc9313d7d333ce9cf256 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Tue, 14 Dec 2021 14:11:54 +0000 Subject: [PATCH] Fix modals not opening --- web/account.html | 4 ++-- web/budget-new.tpl | 2 +- web/budgeting.html | 2 +- web/dashboard.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/web/account.html b/web/account.html index c39179c..bf055f5 100644 --- a/web/account.html +++ b/web/account.html @@ -3,12 +3,12 @@ {{define "title"}}{{.Account.Name}}{{end}} {{define "new"}} - {{template "transaction-new"}} + {{template "transaction-new" .}} {{end}} {{define "main"}}
- New Transaction + New Transaction
diff --git a/web/budget-new.tpl b/web/budget-new.tpl index 71d68a0..50d3c6a 100644 --- a/web/budget-new.tpl +++ b/web/budget-new.tpl @@ -1,5 +1,5 @@ {{define "budget-new"}} -