diff --git a/flaskr/templates/estimate.html b/flaskr/templates/estimate.html index 9e7bc1e..caccc80 100644 --- a/flaskr/templates/estimate.html +++ b/flaskr/templates/estimate.html @@ -67,11 +67,19 @@
{{ render_field(form.origin_addresses) }} - Use en_US city and country names. No diacritics. The comma matters. + + Use en_US city and country names, without diacritics. The comma matters. +
+ These usually are the addresses of your participants. +
{{ render_field(form.destination_addresses) }} - Provide multiple destinations to compare them. + + Provide multiple destinations to compare them. +
+ These usually are the possible locations for an event. +
{#
#} {# {{ render_checkbox(form.compute_optimal_destination) }}#} -- libgit2 0.21.2