diff options
Diffstat (limited to 'src/templates/index.html.j2')
-rw-r--r-- | src/templates/index.html.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/index.html.j2 b/src/templates/index.html.j2 index 68f9837..029ed70 100644 --- a/src/templates/index.html.j2 +++ b/src/templates/index.html.j2 @@ -1,7 +1,7 @@ {% extends "template.html.j2" %} {% block content %} <div id="multicharts"> - <ul> + <ul id="charts_ul"> {% for elem in charts %} <li> <figure class="chart_container"> |