Zutil correction fix
Former-commit-id: 58c6312aba52fc291a6594d1f506366f15966966
This commit is contained in:
parent
cc6da8fccf
commit
bd14a79be7
4 changed files with 30 additions and 29 deletions
|
|
@ -9,13 +9,13 @@
|
|||
<div class="form-group">
|
||||
<label for="username" class="col-sm-2 control-label">Username:</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" id="username" name="username" value="{{user.username}}">
|
||||
<input type="text" class="form-control" id="username" name="username" value="{{user.getUsername()}}">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="address" class="col-sm-2 control-label">Address:</label>
|
||||
<div class="col-sm-10">
|
||||
<textarea class="form-control" id="address" name="address">{{user.address}}</textarea>
|
||||
<textarea class="form-control" id="address" name="address">{{user.getAddress()}}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue