changed variable name
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{% for row in weekly %}
|
{% for row in lastseven %}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ row['date'] }}</td>
|
<td>{{ row['date'] }}</td>
|
||||||
<td>{{ row['constp'] }}</td>
|
<td>{{ row['constp'] }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user