0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-13 22:41:32 -05:00

Set user profile website field to type url

closes #2588
This commit is contained in:
Jason Williams 2014-04-14 16:22:14 +00:00
parent a896712f4e
commit 77b14dc338

View file

@ -47,7 +47,7 @@
<div class="form-group">
<label for="user-website">Website</label>
{{input type="text" value=user.website id="user-website" 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>