Modify ↓
Opened 5 years ago
Last modified 3 years ago
#13816 new task
Convert templates to Jinja2
Reported by: | figaro | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | LogViewerPlugin |
Severity: | normal | Keywords: | patch |
Cc: | Trac Release: | 1.4 |
Description (last modified by )
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>
Attachments (0)
Change History (10)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 5 years ago by
Owner: | changed from izzy to Ryan J Ollos |
---|---|
Status: | new → accepted |
comment:3 Changed 5 years ago by
comment:4 follow-up: 10 Changed 5 years ago by
Needs template converted to Jinja2 and some more code rework.
comment:7 Changed 5 years ago by
Summary: | Update to Trac 1.4 → Convert templates to Jinja2 |
---|
comment:8 Changed 3 years ago by
Status: | accepted → new |
---|
comment:9 Changed 3 years ago by
Owner: | Ryan J Ollos deleted |
---|
comment:10 Changed 3 years ago by
Replying to Ryan J Ollos:
Needs template converted to Jinja2 and some more code rework.
This still needs to be done before the ticket can be closed.
Note: See
TracTickets for help on using
tickets.
In 17736: