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
commit9f17c1391a8bb1651c472fc2ba2c246ed22ee2d4 (patch)
treef0fcef4795e9026d98cdb613cfddf0568684f8f4 /templates
parentdebc755d949616b6e21daf8946f6002fa1be8570 (diff)
downloadgradecoin-9f17c1391a8bb1651c472fc2ba2c246ed22ee2d4.tar.gz
gradecoin-9f17c1391a8bb1651c472fc2ba2c246ed22ee2d4.tar.bz2
gradecoin-9f17c1391a8bb1651c472fc2ba2c246ed22ee2d4.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" %}