From 9479b9abf4bc3525f48dfc61b1daffc90b3379a1 Mon Sep 17 00:00:00 2001 From: Cรฉdric Bonhomme Date: Sat, 31 Mar 2018 15:51:39 +0200 Subject: Redirect the user to the feeds page when logged in. --- src/web/templates/layout.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 73f727c8..a9732230 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -31,7 +31,11 @@ - ๐Ÿ—ž Newspipe + {% if current_user.is_authenticated %} + ๐Ÿ—ž Newspipe + {% else %} + ๐Ÿ—ž Newspipe + {% endif %} {% if head_titles %}