- {% include 'header.html' %}
-
-
-
-{% include 'navigation.html' %}
-
{% for log_file in log_files %}
-
{% endfor %}
-
+
{% for log_file in log_files %}
-
{{log_file['content']|safe}}
-
+
{{log_file['content']|safe}}
+
{% endfor %}
@@ -47,6 +38,3 @@
-
-
-
\ No newline at end of file
diff --git a/app/templates/project.html b/app/templates/project.html
index 3eda8dd..9ec505f 100644
--- a/app/templates/project.html
+++ b/app/templates/project.html
@@ -7,94 +7,97 @@
{% include 'navigation.html' %}