aboutsummaryrefslogtreecommitdiff
path: root/app/views/__init__.py
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-13 15:28:27 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-13 15:28:27 +0100
commite372bb810d848daa0c630d7df4e28d6c6d3ec437 (patch)
tree33f89ebf7d7a5b163927b9869f63338fdc66a0c5 /app/views/__init__.py
parent9f33f5fb1bc0371e8558dbe77790907ef10180d9 (diff)
downloadcheatdb-e372bb810d848daa0c630d7df4e28d6c6d3ec437.tar.xz
Add switch user admin tool
Diffstat (limited to 'app/views/__init__.py')
-rw-r--r--app/views/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/__init__.py b/app/views/__init__.py
index cd4f0e6..dba81ad 100644
--- a/app/views/__init__.py
+++ b/app/views/__init__.py
@@ -30,4 +30,4 @@ def home_page():
packages = Package.query.filter_by(approved=True).all()
return render_template("index.html", packages=packages)
-from . import users, githublogin, packages, sass, tasks
+from . import users, githublogin, packages, sass, tasks, admin