mirror of
https://github.com/bigchaindb/site.git
synced 2024-12-24 02:16:10 +01:00
split up name input
This commit is contained in:
parent
bfbafad3bd
commit
0f7fab949c
@ -5,8 +5,14 @@
|
||||
|
||||
<div class="grid__col">
|
||||
<p class="form-group">
|
||||
<input class="form-control" type="text" id="name" name="name" required>
|
||||
<label class="form-label" for="name">Name</label>
|
||||
<input class="form-control" type="text" id="name_first" name="name_first" required>
|
||||
<label class="form-label" for="name_first">First Name</label>
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
<p class="form-group">
|
||||
<input class="form-control" type="text" id="name_last" name="name_last" required>
|
||||
<label class="form-label" for="name_last">Last Name</label>
|
||||
</p>
|
||||
</div>
|
||||
<div class="grid__col">
|
||||
|
Loading…
Reference in New Issue
Block a user