From 07a9f9c60e0474b9fcd2218835ad6cfcd6c92585 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Tue, 7 Jun 2022 16:23:49 +0200 Subject: [PATCH] Changed code representation block to be HTML comment --- cara/apps/templates/base/calculator.report.html.j2 | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/cara/apps/templates/base/calculator.report.html.j2 b/cara/apps/templates/base/calculator.report.html.j2 index 4e4e6006..fdc783b7 100644 --- a/cara/apps/templates/base/calculator.report.html.j2 +++ b/cara/apps/templates/base/calculator.report.html.j2 @@ -16,6 +16,10 @@ + + {% block report_header %}
@@ -473,15 +477,7 @@

- {% endblock simulation_overview %} -
-
-
- {{ model_repr }} -
-
+ {% endblock simulation_overview %} {% block report_preamble %} {% endblock report_preamble %}