summaryrefslogtreecommitdiff
path: root/app/views/categories.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/views/categories.py2
1 files changed, 1 insertions, 1 deletions
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':