0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #3304 from JohnONolan/noplaceholder

Removing erroneous placeholder text from user profile
This commit is contained in:
Hannah Wolfe 2014-07-17 13:23:04 +01:00
commit c28167c971

View file

@ -86,7 +86,7 @@
<div class="form-group"> <div class="form-group">
<label for="user-website">Website</label> <label for="user-website">Website</label>
{{input type="url" value=user.website id="user-website" placeholder="http://www.ghost.org/" autocapitalize="off" autocorrect="off"}} {{input type="url" value=user.website id="user-website" autocapitalize="off" autocorrect="off"}}
<p>Have a website or blog other than this one? Link it!</p> <p>Have a website or blog other than this one? Link it!</p>
</div> </div>