mend
This commit is contained in:
parent
158117a66a
commit
2b496ad70e
@ -9,11 +9,13 @@
|
|||||||
{{data.channel_name}}
|
{{data.channel_name}}
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
{% if data.short_description %}
|
||||||
<div class="ui vertical segment">
|
<div class="ui vertical segment">
|
||||||
<p>{{data.short_description}}</p>
|
<p>{{data.short_description}}</p>
|
||||||
</div>
|
</div>
|
||||||
|
{%endif%}
|
||||||
<div class="ui vertical segment">
|
<div class="ui vertical segment">
|
||||||
<div class="ui tiny statistic">
|
<!--<div class="ui tiny statistic">
|
||||||
<div class="value">
|
<div class="value">
|
||||||
{%if data.approx_suscriber_count == None%}
|
{%if data.approx_suscriber_count == None%}
|
||||||
<i class="user icon"></i> ?
|
<i class="user icon"></i> ?
|
||||||
@ -24,7 +26,7 @@
|
|||||||
<div class="label">
|
<div class="label">
|
||||||
Followers
|
Followers
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>-->
|
||||||
{% if restricted or current_user.is_authenticated %}
|
{% if restricted or current_user.is_authenticated %}
|
||||||
{% if not current_user.is_following_yt(data.channel_id) %}
|
{% if not current_user.is_following_yt(data.channel_id) %}
|
||||||
<form action="{{ url_for('ytfollow', channelId=data.channel_id) }}" method="post">
|
<form action="{{ url_for('ytfollow', channelId=data.channel_id) }}" method="post">
|
||||||
|
Reference in New Issue
Block a user