Added URL to login list Change URI to URL/Host, removed dependency of adding https in front of URI

This commit is contained in:
johnny@pittpc.com
2021-01-18 16:11:07 -05:00
parent eee1914d7b
commit 778ae30f16
6 changed files with 17 additions and 14 deletions

View File

@@ -210,7 +210,7 @@
<div class="input-group-prepend">
<span class="input-group-text"><i class="fa fa-fw fa-globe"></i></span>
</div>
<input type="url" class="form-control" name="website" placeholder="ex. https://google.com">
<input type="text" class="form-control" name="website" placeholder="ex. google.com">
</div>
</div>