Commit 109b0d46726ba276bb6b90b9a3917e91bb3574d7
1 parent
67f85bce
Exists in
master
Add more information to the form.
Showing
1 changed file
with
10 additions
and
2 deletions
Show diff stats
flaskr/templates/estimate.html
... | ... | @@ -67,11 +67,19 @@ |
67 | 67 | </div> |
68 | 68 | <div class="form-group"> |
69 | 69 | {{ render_field(form.origin_addresses) }} |
70 | - <small class="form-text text-muted">Use <code>en_US</code> city and country names. No diacritics. The comma matters.</small> | |
70 | + <small class="form-text text-muted"> | |
71 | + Use <code>en_US</code> city and country names, without diacritics. The comma matters. | |
72 | + <br> | |
73 | + These usually are the addresses of your participants. | |
74 | + </small> | |
71 | 75 | </div> |
72 | 76 | <div class="form-group"> |
73 | 77 | {{ render_field(form.destination_addresses) }} |
74 | - <small class="form-text text-muted">Provide multiple destinations to compare them.</small> | |
78 | + <small class="form-text text-muted"> | |
79 | + Provide multiple destinations to compare them. | |
80 | + <br> | |
81 | + These usually are the possible locations for an event. | |
82 | + </small> | |
75 | 83 | </div> |
76 | 84 | {# <div class="form-check form-group">#} |
77 | 85 | {# {{ render_checkbox(form.compute_optimal_destination) }}#} | ... | ... |