aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/category.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/views/category.py')
-rw-r--r--src/web/views/category.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/views/category.py b/src/web/views/category.py
index 1a81a5c4..2bdcf9cc 100644
--- a/src/web/views/category.py
+++ b/src/web/views/category.py
@@ -3,7 +3,7 @@ from flask_babel import gettext
from flask_login import login_required, current_user
from web.forms import CategoryForm
-from web.lib.utils import redirect_url
+from lib.utils import redirect_url
from web.lib.view_utils import etag_match
from web.controllers import ArticleController, FeedController, \
CategoryController
bgstack15