From 488327324ab2f65fa8e0bc49a1d13efb505bba21 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sat, 27 Oct 2018 00:34:08 +0200 Subject: Filter feeds per category on the user profile page. --- src/web/templates/profile_public.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates/profile_public.html') 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 @@

{{ _('Feeds') }}

- {% include "feed_list_simple.html" %} + {% include "feed_list_per_categories.html" %}
-- cgit