From b9b9200795b9fe7f6d054f117934e179a44f0224 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Tue, 16 Apr 2013 00:21:01 +0200 Subject: Fix templated --- app/views/consts.py | 2 +- app/views/expenses.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/consts.py b/app/views/consts.py index 441137d..6200bfa 100644 --- a/app/views/consts.py +++ b/app/views/consts.py @@ -75,7 +75,7 @@ def edit(id): return { 'form': form } @mod.route("/add/from/") -@templated("add") +@templated(".add") def add_from(other): exp = ConstExpense() # needed to initialize 'CE.next' diff --git a/app/views/expenses.py b/app/views/expenses.py index c0d9c65..57a777a 100644 --- a/app/views/expenses.py +++ b/app/views/expenses.py @@ -46,7 +46,7 @@ def is_last(exp): return exp.date >= datetime.date.today().replace(day = 1) @mod.route("//") -@templated("show") +@templated(".show") def show_date(year, month): c = calc_month_exp(year, month) return { 'exps' : [c] } -- cgit v1.2.3-70-g09d2