aboutsummaryrefslogtreecommitdiff
path: root/src/web/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/views')
-rw-r--r--src/web/views/feed.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/views/feed.py b/src/web/views/feed.py
index 6569d1b7..e1c2fb55 100644
--- a/src/web/views/feed.py
+++ b/src/web/views/feed.py
@@ -14,6 +14,7 @@ from flask.ext.login import login_required
import conf
from web import utils
+from web.lib.utils import redirect_url
from web.lib.view_utils import etag_match
from web.lib.feed_utils import construct_feed_from
from web.forms import AddFeedForm
bgstack15