Fix #190
This commit is contained in:
parent
34a57e7d05
commit
39fb6294d7
@ -32,14 +32,14 @@
|
|||||||
<form action="{{ url_for('ytfollow', channelId=data.channel_id) }}" method="post">
|
<form action="{{ url_for('ytfollow', channelId=data.channel_id) }}" method="post">
|
||||||
<button type="submit" value="Submit" class="ui red button">
|
<button type="submit" value="Submit" class="ui red button">
|
||||||
<i class="user icon"></i>
|
<i class="user icon"></i>
|
||||||
Suscribe
|
Subscribe
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{% else %}
|
{% else %}
|
||||||
<form action="{{ url_for('ytunfollow', channelId=data.channel_id) }}" method="post">
|
<form action="{{ url_for('ytunfollow', channelId=data.channel_id) }}" method="post">
|
||||||
<button type="submit" value="Submit" class="ui red active button">
|
<button type="submit" value="Submit" class="ui red active button">
|
||||||
<i class="user icon"></i>
|
<i class="user icon"></i>
|
||||||
Unsuscribe
|
Unsubscribe
|
||||||
</button>
|
</button>
|
||||||
</form>
|
</form>
|
||||||
{%endif%}
|
{%endif%}
|
||||||
|
Reference in New Issue
Block a user