summaryrefslogtreecommitdiff
path: root/jimbrella/web.py
diff options
context:
space:
mode:
Diffstat (limited to 'jimbrella/web.py')
-rw-r--r--jimbrella/web.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/jimbrella/web.py b/jimbrella/web.py
index 0b32ce0..4237055 100644
--- a/jimbrella/web.py
+++ b/jimbrella/web.py
@@ -18,6 +18,7 @@ def admin_index():
available=statuses["available"],
lent=statuses["lent"],
overdue=statuses["overdue"],
+ mobile=user_agent(request.user_agent.string).is_mobile,
)