From 249346406d68d6ae643bc65ff2827a34b68336ab Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Mon, 2 Dec 2019 18:06:04 +0100 Subject: [PATCH] Move the equivalencies calculator elsewhere. --- content.yml | 24 ++++++++++++------------ flaskr/templates/estimation.html | 19 ++++++++++++++++++- 2 files changed, 30 insertions(+), 13 deletions(-) diff --git a/content.yml b/content.yml index bbd8aab..9b6ca85 100644 --- a/content.yml +++ b/content.yml @@ -603,18 +603,18 @@ home: - L. Hackel [travel footprint calculator](https://lhackel.shinyapps.io/travel_footprint/) based on DEFRA emission factors - - title: Equivalencies Calculator - content: | - +# - title: Equivalencies Calculator +# content: | +# diff --git a/flaskr/templates/estimation.html b/flaskr/templates/estimation.html index 5ac3105..e9d6ebb 100644 --- a/flaskr/templates/estimation.html +++ b/flaskr/templates/estimation.html @@ -162,7 +162,24 @@ {# #} {##} -{% endif %}{# estimation.has_failed() #} + +
+

+ Equivalencies Calculator +

+ +
+ +{% endif %}{# not estimation.has_failed() #} {% endblock %} {#############################################################################} -- libgit2 0.21.2