Added message about URL length

This commit is contained in:
Ben Hardill 2016-02-21 21:23:33 +00:00
parent 78d69656ea
commit 4c6469f336
1 changed files with 1 additions and 0 deletions

View File

@ -97,6 +97,7 @@
<div class="form-row">
<label for="node-input-url"><i class="fa fa-link"></i> URL</label>
<input type="text" id="node-input-url" placeholder="http://...">
<p>This URL needs to be shorter than 18 bytes in length</p>
</div>
<br/>
<div class="form-row">