Commit 75849cb938c491ea31ece9e97c5ae7cab65e83c4

Authored by Antoine Goutenoir
1 parent cdb991a6
Exists in master

Actually add the airports to the helper text. :)

Showing 1 changed file with 9 additions and 4 deletions   Show diff stats
content.yml
... ... @@ -711,10 +711,15 @@ estimate:
711 711 Please provide multiple cities and countries to compute the location
712 712 of the minimum emission.
713 713 destination_addresses_file: |
714   - If you provide a file, we'll use it instead of the list on the left.
715   - <br>
716   - The spreadsheet's first sheet must have an <code>Address</code> column,
717   - or a <code>City</code> and <code>Country</code> columns.
  714 + Need inspiration?
  715 + Look at the airports in
  716 + [Africa](/static/public/sample/Large_airports_in_Africa.csv),
  717 + [Asia](/static/public/sample/Large_airports_in_Asia.csv),
  718 + [Europe](/static/public/sample/Large_airports_in_Europe.csv),
  719 + [North America](/static/public/sample/Large_airports_in_NorthAmerica.csv),
  720 + [Oceania](/static/public/sample/Large_airports_in_Oceania.csv),
  721 + [South America](/static/public/sample/Large_airports_in_SouthAmerica.csv),
  722 + or [all of them](/static/public/sample/Large_airports_in_all_continents.csv).
718 723 use_train_below_km: |
719 724 For <small>(single)</small> trips below this distance,
720 725 we'll ignore the plane models and use <code>23 g.km<sup>-1</sup></code>.
... ...