From 388aa926c783789a18dbf5e941eeebbc72320ade Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Wed, 27 Nov 2019 14:55:12 +0100 Subject: [PATCH] Add train to the lolliplot legend. --- flaskr/templates/estimation.html | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/flaskr/templates/estimation.html b/flaskr/templates/estimation.html index af130ab..42596fc 100644 --- a/flaskr/templates/estimation.html +++ b/flaskr/templates/estimation.html @@ -65,6 +65,10 @@ {% for model in estimation.get_models() %} {{ model.name }}{{ ',' if not loop.last }} {% endfor %} + {% if estimation.use_train_below_km > 0 %} + and train travel assumed for distances below {{ estimation.use_train_below_km }} km + {% endif %} + . {#

Total CO2 footprint (in kilograms-equivalent) of each city

#} {#
#}
-- libgit2 0.21.2