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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/consts.py') 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' -- cgit v1.2.3-54-g00ecf