From 4e93a974c8d0cde824eb94241fa0cbe8ba2d059f Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 29 Oct 2018 07:41:08 +0100 Subject: Added a link to the public user stream pae from the profile page. --- src/web/templates/profile_public.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/web/templates') diff --git a/src/web/templates/profile_public.html b/src/web/templates/profile_public.html index e30ae300..e933a04b 100644 --- a/src/web/templates/profile_public.html +++ b/src/web/templates/profile_public.html @@ -1,7 +1,7 @@ {% extends "layout.html" %} {% block content %}
-

{{ user.nickname }}

+

{{ user.nickname }} / stream

-- cgit