From f52a2067280f2780d4d0b52aa90197e0660f1399 Mon Sep 17 00:00:00 2001 From: Luis Aleixo Date: Thu, 26 Aug 2021 10:40:36 +0200 Subject: [PATCH] changed style props into bootstrap classes --- .../templates/base/calculator.report.html.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cara/apps/calculator/templates/base/calculator.report.html.j2 b/cara/apps/calculator/templates/base/calculator.report.html.j2 index 7af43940..55ee709d 100644 --- a/cara/apps/calculator/templates/base/calculator.report.html.j2 +++ b/cara/apps/calculator/templates/base/calculator.report.html.j2 @@ -18,13 +18,13 @@ {% block report_header %}
- -
-

CARA - CALCULATOR REPORT

-

Created {{ creation_date }} using CARA calculator version v{{ form.calculator_version }}

+ +
+

CARA - CALCULATOR REPORT

+

Created {{ creation_date }} using CARA calculator version v{{ form.calculator_version }}

- +
{% endblock report_header %}