summaryrefslogtreecommitdiff
path: root/app/views/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/views/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/__init__.py b/app/views/__init__.py
index 101f393..c9d9e8f 100644
--- a/app/views/__init__.py
+++ b/app/views/__init__.py
@@ -23,6 +23,7 @@ __all__ = [
mobile_checks = ['J2ME', 'Opera Mini']
app.add_template_global(zip)
+app.add_template_global(current_user)
@app.before_request
def handle_mobile():