From 9621f1d1dcde09617a2f9bf9908affece64ef643 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Wed, 16 Oct 2013 10:54:40 +0200 Subject: Allow @templated to be called raw, i.e. w/o () --- app/views/categories.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/categories.py') diff --git a/app/views/categories.py b/app/views/categories.py index 347828b..0bb64ef 100644 --- a/app/views/categories.py +++ b/app/views/categories.py @@ -8,7 +8,7 @@ mod = Blueprint('categories', __name__) @mod.route('/', methods=('GET', 'POST')) @login_required -@templated() +@templated def manage (): if request.method == 'GET': -- cgit v1.2.3-54-g00ecf