From a331460344813eb2a522eb7c34a95db9353451c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sun, 12 Feb 2017 11:21:42 +0100 Subject: Fix --- app/views/consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/consts.py b/app/views/consts.py index c76cf17..0cc7199 100644 --- a/app/views/consts.py +++ b/app/views/consts.py @@ -74,7 +74,7 @@ class ConstForm(F.Form): @templated def list (): """List all constant expenses.""" - d = today() + d = today().replace(day = 1) expenses = ConstExpense.of(current_user).order_by(ConstExpense.description).all() -- cgit v1.2.3