changed variable name

This commit is contained in:
2021-10-16 12:51:10 -06:00
parent 34c80ce5db
commit 06f6707c91
+1 -1
View File
@@ -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>