prepare for google verification

This commit is contained in:
Niko Storni 2019-09-20 01:08:10 +02:00
parent 5898f6c838
commit cd3f0e1190

View file

@ -55,7 +55,6 @@
<p hidden id="lbry_error" class="error-block">YouTube channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p> <p hidden id="lbry_error" class="error-block">YouTube channel name is either not valid (only letters, numbers and - allowed, no spaces) or your input is blank</p>
<h2>Connect with your fans while earning money and rewards</h2> <h2>Connect with your fans while earning money and rewards</h2>
<div class="notice notice-error" style="margin-bottom: 1em; margin-top: 1em;">YouTube sync is temporarily disabled.</div>
<form id="youtube_claim" method="post" action="/youtube/token"> <form id="youtube_claim" method="post" action="/youtube/token">
<p hidden id="sync-status" class="sync-status"></p> <p hidden id="sync-status" class="sync-status"></p>
@ -70,14 +69,13 @@
<input <input
onClick="return submitDetailsForm()" onClick="return submitDetailsForm()"
type="submit" type="submit"
disabled="disabled"
value="Claim now" value="Claim now"
/> />
</input-submit> </input-submit>
<br/> <br/>
<checkbox-element style="font-size: 1rem;"> <checkbox-element style="font-size: 1rem;" hidden>
<input hidden name="type" type="text" value="sync"/> <input hidden name="type" type="text" value="sync"/>
<input id="immediate-sync" name="immediate_sync" type="checkbox" value="true"/> <input id="immediate-sync" name="immediate_sync" type="checkbox" value="true"/>
<label for="immediate-sync">I want to sync my content to the LBRY network and agree to <a href="/faq/youtube-terms" target="_blank">these terms</a>. I have also read and understand <a href="/faq/youtube" target="_blank">how the program works</a>.</label> <label for="immediate-sync">I want to sync my content to the LBRY network and agree to <a href="/faq/youtube-terms" target="_blank">these terms</a>. I have also read and understand <a href="/faq/youtube" target="_blank">how the program works</a>.</label>