diff --git a/flaskr/templates/estimation.html b/flaskr/templates/estimation.html index 2d1f4e9..70afef4 100644 --- a/flaskr/templates/estimation.html +++ b/flaskr/templates/estimation.html @@ -43,20 +43,10 @@

{{ estimation.public_id }} ({{ estimation.status.name }})

-{% if estimation.errors or estimation.warnings %} -
-{% if estimation.warnings %} -
-
-

Warnings

-
-{{ estimation.warnings }}
-            
-
-
-{% endif %} + {% if estimation.errors %} -
+
+

Errors

@@ -64,11 +54,9 @@
             
-{% endif %}
{% endif %} -

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

@@ -129,6 +117,19 @@
+{% if estimation.warnings %} +
+
+
+

Warnings

+
+{{ estimation.warnings }}
+            
+
+
+
+{% endif %} + {#
#} {#
#} {#

Raw Output (YAML)

#} -- libgit2 0.21.2