diff --git a/popmon/visualization/templates/core.html b/popmon/visualization/templates/core.html index fafd0dfa..802b53f4 100644 --- a/popmon/visualization/templates/core.html +++ b/popmon/visualization/templates/core.html @@ -10,20 +10,22 @@ POPMON Report - - + {%- if online_report %} + + {%- endif -%} + - - {% include 'modal-popup.html' %} - {% include 'header.html' %} + {%- include 'modal-popup.html' -%} + {%- include 'header.html' -%} {{ sections }} - {% include 'footer.html' %} - + {%- include 'footer.html' -%} - + \ No newline at end of file diff --git a/popmon/visualization/templates/footer.html b/popmon/visualization/templates/footer.html index a596800b..b29e8268 100644 --- a/popmon/visualization/templates/footer.html +++ b/popmon/visualization/templates/footer.html @@ -1,24 +1,22 @@ - - - - -{% if online_report %} +{%- if online_report -%} -{% endif %} + + + +{%- endif -%}