diff --git a/app/routes.py b/app/routes.py index ffe05d2..42bab8d 100644 --- a/app/routes.py +++ b/app/routes.py @@ -294,7 +294,6 @@ def channel(id): data = feedparser.parse(data.content) channelData = YoutubeSearch.channelInfo(id) - return render_template('channel.html', form=form, btform=button_form, channel=channelData[0], videos=channelData[1]) @app.route('/watch', methods=['GET']) diff --git a/app/templates/base.html b/app/templates/base.html index 6902181..6d4caf9 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -21,7 +21,6 @@ Login {% else %} Search - Following Saved Youtube Search diff --git a/app/templates/index.html b/app/templates/index.html index 165bc42..7654c48 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2,10 +2,7 @@ {% block content %}
-

- Hi, {{ current_user.username }} -
Following: {{ followedCount }}
-

+

Manage following: {{ followedCount }}