mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 21:40:39 +03:00
Merge pull request #3304 from JohnONolan/noplaceholder
Removing erroneous placeholder text from user profile
This commit is contained in:
commit
7713b73a00
@ -86,7 +86,7 @@
|
||||
|
||||
<div class="form-group">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user