diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-27 00:34:08 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-27 00:34:08 +0200 |
commit | 488327324ab2f65fa8e0bc49a1d13efb505bba21 (patch) | |
tree | a56fbd64da4607ef4f94e354ea7605fdc6e0de2e /src/web/templates/profile_public.html | |
parent | Merge branch 'master' of github.com:newspipe/newspipe (diff) | |
download | newspipe-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.html | 2 |
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 --> |