Skip to content
Snippets Groups Projects
Commit ff6a2d8b authored by Jameson Rollins's avatar Jameson Rollins
Browse files

web: fix event enumeration in index

parent 6cd054da
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@
</thead>
<tbody>
% for ii, event in utils.event_gen(query):
% for ii, event in enumerate(utils.event_gen(query)):
% tags = utils.tag_buttons(event.list_tags())
% status_button = utils.analysis_status_button(event)
% previous_state = event.previous_state
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment