diff options
-rw-r--r-- | templates/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list.html b/templates/list.html index e63c6be..083e0e8 100644 --- a/templates/list.html +++ b/templates/list.html | |||
@@ -9,7 +9,7 @@ | |||
9 | <tr> | 9 | <tr> |
10 | <td>{{ user.fingerprint }}</td> | 10 | <td>{{ user.fingerprint }}</td> |
11 | <td>{{ user.balance }}</td> | 11 | <td>{{ user.balance }}</td> |
12 | <?tr> | 12 | </tr> |
13 | {% endfor %} | 13 | {% endfor %} |
14 | </table> | 14 | </table> |
15 | {% include "footer.html" %} | 15 | {% include "footer.html" %} |