aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorYigit Sever2021-04-20 13:45:25 +0300
committerYigit Sever2021-04-20 13:45:25 +0300
commit6940f5ebce7e68d746d1b69210e401ecf9cf610c (patch)
tree2644d1f7c30b7158a6641d25c5de7f5f411766a0 /templates
parent1ad980a3bf37d56105839f13227c569ad82156c7 (diff)
downloadgradecoin-6940f5ebce7e68d746d1b69210e401ecf9cf610c.tar.gz
gradecoin-6940f5ebce7e68d746d1b69210e401ecf9cf610c.tar.bz2
gradecoin-6940f5ebce7e68d746d1b69210e401ecf9cf610c.zip
Fix user table
Diffstat (limited to 'templates')
-rw-r--r--templates/list.html2
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" %}