summaryrefslogtreecommitdiffstats
path: root/pyload/web/app/templates/default/accounts/account.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/web/app/templates/default/accounts/account.html')
-rw-r--r--pyload/web/app/templates/default/accounts/account.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/pyload/web/app/templates/default/accounts/account.html b/pyload/web/app/templates/default/accounts/account.html
index c2ded16f6..90bd632c8 100644
--- a/pyload/web/app/templates/default/accounts/account.html
+++ b/pyload/web/app/templates/default/accounts/account.html
@@ -1,10 +1,10 @@
-<td><% plugin %></td>
-<td><% loginname %></td>
-<td><% valid %></td>
-<td><% premium %></td>
-<td><% trafficleft %></td>
-<td><% shared %></td>
-<td><% activated %></td>
+<td>{{ plugin }}</td>
+<td>{{ loginname }}</td>
+<td>{{ valid }}</td>
+<td>{{ premium }}</td>
+<td>{{ trafficleft }}</td>
+<td>{{ shared }}</td>
+<td>{{ activated }}</td>
<td>
<button type="button" class="btn btn-danger">Delete</button>
</td> \ No newline at end of file