Commit 388aa926c783789a18dbf5e941eeebbc72320ade

Authored by Antoine Goutenoir
1 parent e5ab0cc3
Exists in master

Add train to the lolliplot legend.

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
flaskr/templates/estimation.html
... ... @@ -65,6 +65,10 @@
65 65 {% for model in estimation.get_models() %}
66 66 {{ model.name }}{{ ',' if not loop.last }}
67 67 {% endfor %}
  68 + {% if estimation.use_train_below_km > 0 %}
  69 + and train travel assumed for distances below {{ estimation.use_train_below_km }} km
  70 + {% endif %}
  71 + .
68 72 {# <h4>Total CO<sub>2</sub> footprint (in kilograms-equivalent) of each city</h4>#}
69 73 {# <div id="cities_footprints_d3viz" class="plot-container"></div>#}
70 74 <hr>
... ...