corrade-http-templates – Diff between revs 45 and 47

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 45 Rev 47
Line 35... Line 35...
35 <div class="modal-body"> 35 <div class="modal-body">
Line 36... Line 36...
36 36
37 <div class="form-group"> 37 <div class="form-group">
38 <div class="input-group"> 38 <div class="input-group">
39 <label for="firstname">First Name</label> 39 <label for="firstname">First Name</label>
40 <input class="form-control" maxlength="8" type="text" id="firstname" placeholder="Corrade" required> 40 <input class="form-control" maxlength="63" type="text" id="firstname" placeholder="Corrade" required>
41 </div> 41 </div>
42 <div class="input-group"> 42 <div class="input-group">
43 <label for="lastname">Last Name</label> 43 <label for="lastname">Last Name</label>
44 <input class="form-control" maxlength="8" type="text" id="lastname" placeholder="Resident" required> 44 <input class="form-control" maxlength="63" type="text" id="lastname" placeholder="Resident" required>
45 </div> 45 </div>
Line 46... Line 46...
46 </div> 46 </div>