diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-13 15:28:27 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-13 15:28:27 +0100 |
| commit | e372bb810d848daa0c630d7df4e28d6c6d3ec437 (patch) | |
| tree | 33f89ebf7d7a5b163927b9869f63338fdc66a0c5 /app/views/__init__.py | |
| parent | 9f33f5fb1bc0371e8558dbe77790907ef10180d9 (diff) | |
| download | cheatdb-e372bb810d848daa0c630d7df4e28d6c6d3ec437.tar.xz | |
Add switch user admin tool
Diffstat (limited to 'app/views/__init__.py')
| -rw-r--r-- | app/views/__init__.py | 2 |
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 |
