Made the usage of tokens more clear

This commit is contained in:
xemeds
2020-08-21 15:02:05 +03:00
parent f02158387e
commit ce9b0e80a1
+2 -1
View File
@@ -15,8 +15,9 @@
{{ form.hidden_tag() }} {{ form.hidden_tag() }}
<ul class='input-list'> <ul class='input-list'>
<li>{{ form.url(placeholder="Enter the URL here", autofocus=true, class="url") }}</li> <li>{{ form.url(placeholder="Enter the URL here", autofocus=true, class="url") }}</li>
<li>{{ form.token(placeholder="Enter the token here (optional)", autofocus=true, class="token") }}</li> <li>{{ form.token(placeholder="Enter the token (optional)", autofocus=true, class="token") }}</li>
<ul class="token-explanation"> <ul class="token-explanation">
<li>tiny0.cc/token</li>
<li>Token must be between 6 and 16 characters long</li> <li>Token must be between 6 and 16 characters long</li>
<li>It can only contain letters, numbers, underscores(_) and dashes(-)</li> <li>It can only contain letters, numbers, underscores(_) and dashes(-)</li>
</ul> </ul>