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