aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/profile_public.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-27 00:34:08 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-27 00:34:08 +0200
commit488327324ab2f65fa8e0bc49a1d13efb505bba21 (patch)
treea56fbd64da4607ef4f94e354ea7605fdc6e0de2e /src/web/templates/profile_public.html
parentMerge branch 'master' of github.com:newspipe/newspipe (diff)
downloadnewspipe-488327324ab2f65fa8e0bc49a1d13efb505bba21.tar.gz
newspipe-488327324ab2f65fa8e0bc49a1d13efb505bba21.tar.bz2
newspipe-488327324ab2f65fa8e0bc49a1d13efb505bba21.zip
Filter feeds per category on the user profile page.
Diffstat (limited to 'src/web/templates/profile_public.html')
-rw-r--r--src/web/templates/profile_public.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/templates/profile_public.html b/src/web/templates/profile_public.html
index 9198acea..e30ae300 100644
--- a/src/web/templates/profile_public.html
+++ b/src/web/templates/profile_public.html
@@ -38,7 +38,7 @@
<h2>{{ _('Feeds') }}</h2>
<div class="row">
<div class="col-md-12">
- {% include "feed_list_simple.html" %}
+ {% include "feed_list_per_categories.html" %}
</div>
</div>
</div><!-- /.container -->
bgstack15