From 514a24e2c41686e91df25970b2b624d767c94c18 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Sat, 28 Jul 2018 17:26:28 +0100 Subject: Add license editor --- app/views/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/views/__init__.py') diff --git a/app/views/__init__.py b/app/views/__init__.py index 8695a4e..412c236 100644 --- a/app/views/__init__.py +++ b/app/views/__init__.py @@ -53,7 +53,8 @@ def home_page(): return render_template("index.html", new=new, popular=popular, count=count) from . import users, githublogin, packages, meta, threads, api -from . import sass, tasks, admin, notifications, tagseditor, thumbnails +from . import tasks, admin, notifications, tagseditor, licenseseditor +from . import sass, thumbnails @menu.register_menu(app, ".help", "Help", order=19, endpoint_arguments_constructor=lambda: { 'path': 'help' }) @app.route('//') -- cgit v1.2.3