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:
commit
c28167c971
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue