diff options
| author | rubenwardy <rw@rubenwardy.com> | 2018-05-13 17:55:28 +0100 |
|---|---|---|
| committer | rubenwardy <rw@rubenwardy.com> | 2018-05-13 18:04:07 +0100 |
| commit | 4fdafefcd5b0267e3b9958f3dcc6b05a6eeb0906 (patch) | |
| tree | aa9aa3b351302353e2ff8eaf943654c0da22a15d /app/views/__init__.py | |
| parent | f3c433de06e19ae9a6e1706b4746d46e6a33d70c (diff) | |
| download | cheatdb-4fdafefcd5b0267e3b9958f3dcc6b05a6eeb0906.tar.xz | |
Add notifications
Fixes #28
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 dba81ad..22ed5ab 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, admin +from . import users, githublogin, packages, sass, tasks, admin, notifications |
