aboutsummaryrefslogtreecommitdiff
path: root/src/web/templates/profile_public.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-31 22:19:20 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-10-31 22:19:20 +0100
commit5f5b8f0632c843bc568b1d4597f83f8546bf68b6 (patch)
tree3de65b713c58464eb4bfbd339acd686915613fca /src/web/templates/profile_public.html
parentImproved the import/export functions for data liberation. It is now possible ... (diff)
parentRemoved deug print. (diff)
downloadnewspipe-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.html2
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>
bgstack15