mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
Change preset value to a placeholder
This commit is contained in:
committed by
Patrick Fairbank
parent
7bcfea4aaa
commit
ac25ab7e80
@@ -21,7 +21,7 @@
|
||||
<div class="form-group">
|
||||
<label class="col-lg-5 control-label">Name</label>
|
||||
<div class="col-lg-7">
|
||||
<input type="text" class="form-control" name="name" value="{{.Name}}">
|
||||
<input type="text" class="form-control" name="name" placeholder="{{.Name}}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user