Commit 0b094aace2055642b19b33d6c3a431d8d0319617
1 parent
63eca56b
Exists in
master
Not satisfied by this.
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
flaskr/templates/estimate.html
... | ... | @@ -50,14 +50,16 @@ |
50 | 50 | |
51 | 51 | <div class="form-group"> |
52 | 52 | {{ render_field(form.email) }} |
53 | - <small id="emailHelp" class="form-text text-muted">We will never share your email with anyone.</small> | |
53 | + <small class="form-text text-muted">We will never share your email with anyone.</small> | |
54 | 54 | </div> |
55 | 55 | <div class="form-group row"> |
56 | 56 | <div class="col-md-6"> |
57 | 57 | {{ render_field(form.first_name) }} |
58 | + <small class="form-text text-muted">Hello there, fellow researcher.</small> | |
58 | 59 | </div> |
59 | 60 | <div class="col-md-6"> |
60 | 61 | {{ render_field(form.last_name) }} |
62 | + <small class="form-text text-muted">We will never share your data with anyone.</small> | |
61 | 63 | </div> |
62 | 64 | </div> |
63 | 65 | <div class="form-group"> | ... | ... |