From d0f08ed8699a2eda867bdab7c89628132bf90a3e Mon Sep 17 00:00:00 2001 From: Willem Renes Date: Wed, 12 May 2021 00:32:14 +0200 Subject: adding the initial files --- templates/viewlog.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/viewlog.html (limited to 'templates/viewlog.html') diff --git a/templates/viewlog.html b/templates/viewlog.html new file mode 100644 index 0000000..8a47ccc --- /dev/null +++ b/templates/viewlog.html @@ -0,0 +1,22 @@ +{% extends 'base.html' %} + +{% block body %} + +

{{ the_title }}

+ + + + {% for row_title in the_row_titles %} + + {% endfor %} + + {% for log_row in the_data %} + + {% for item in log_row %} + + {% endfor %} + + {% endfor %} +
{{row_title}}
{{item}}
+ +{% endblock %} -- cgit v1.2.3-70-g09d2