fix notifications page

This commit is contained in:
mcinj 2022-06-14 20:58:46 -04:00
parent 66a812ddd6
commit cc1cbc08f4

View file

@ -14,7 +14,7 @@
</tr>
</thead>
<tbody>
{% for row in content %}
{% for row in data %}
<tr>
<td>{{row.id}}</td>
<td>{{row.medium}}</td>