diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-31 22:19:20 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-10-31 22:19:20 +0100 |
commit | 5f5b8f0632c843bc568b1d4597f83f8546bf68b6 (patch) | |
tree | 3de65b713c58464eb4bfbd339acd686915613fca /src/web/templates/profile_public.html | |
parent | Improved the import/export functions for data liberation. It is now possible ... (diff) | |
parent | Removed deug print. (diff) | |
download | newspipe-5f5b8f0632c843bc568b1d4597f83f8546bf68b6.tar.gz newspipe-5f5b8f0632c843bc568b1d4597f83f8546bf68b6.tar.bz2 newspipe-5f5b8f0632c843bc568b1d4597f83f8546bf68b6.zip |
Merge branch 'master' of gitlab.com:newspipe/newspipe
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 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 %} <div class="container"> - <h1>{{ user.nickname }}</h1> + <h1>{{ user.nickname }} / <a href="{{ url_for('user.user_stream', nickname=user.nickname) }}">stream</a></h1> <div class="row"> <div class="col-md-12"> <p> |