﻿ticket	summary	type	release	owner	status	created	modified	_description	_reporter
13816	Convert templates to Jinja2	task	1.4		new	2020-05-11T21:15:58+02:00	2021-10-11T21:14:42+02:00	"In logviewer.html update line:

`<div py:for=""entry in us_log"" class=""${entry['level']}"">${entry['line']}</div>`

to:

`<div py:for=""logline in us_log"" class=""${logline['level']}"">${logline['line']}</div>`"	figaro
8919	Relative path name to Log file	enhancement	0.11	izzy	new	2011-06-22T22:41:49+02:00	2013-10-12T00:03:01+02:00	"I've compiled this plugin to work with 0.12 and it is working so far.  The only issue that arose is a relative path name specified for the log file brings up an IOError.

Setting the logfile path name to an absolute path seems to be working now."	anonymous
