-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathadd-user.hbs
23 lines (21 loc) · 1.06 KB
/
add-user.hbs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{{!-- <div class="modal hidden"> --}}
{{!-- <div>
<button class="btn--close-modal">×</button>
<h2 class="modal__header">
Open your bank account <br />
in just <span class="highlight">5 minutes</span>
</h2>
<form class="modal__form" method="POST" action="/adduser" novalidate>
<label>Name</label>
<input type="text" class="form-control" id="floatingInput" value="{{this.name}}" placeholder="First Name" name="name" />
<label>Username</label>
<input type="text" class="form-control" id="floatingInput" value="{{this.username}}" placeholder="First Name" name="username" />
<label>Contact number</label>
<input type="text" class="form-control" id="floatingInput" value="{{this.contact_no}}" placeholder="First Name" name="contact_no"/>
<div class="col-12 d-grid">
<button class="btn btn-primary" type="submit">Submit</button>
</div>
</form>
</div>
</div> --}}
{{!-- <div class="overlay hidden"></div> --}}