summaryrefslogtreecommitdiff
path: root/talerbank/app/templates/public_accounts.html
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-15 14:03:54 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-15 14:03:54 +0100
commit3562cf0a2521e50e6b3490e3f2c260bdab972f9b (patch)
tree4a7950c14d7db3fb93a9c8eea8ade4a555287b35 /talerbank/app/templates/public_accounts.html
parent544b1f0927cd2dbbdba3854ecf4fdc4c2d36d0fd (diff)
downloadbank-3562cf0a2521e50e6b3490e3f2c260bdab972f9b.tar.gz
bank-3562cf0a2521e50e6b3490e3f2c260bdab972f9b.tar.bz2
bank-3562cf0a2521e50e6b3490e3f2c260bdab972f9b.zip
set the state to implement the "see next page" feature
useful when an account's history is too long.
Diffstat (limited to 'talerbank/app/templates/public_accounts.html')
-rw-r--r--talerbank/app/templates/public_accounts.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/talerbank/app/templates/public_accounts.html b/talerbank/app/templates/public_accounts.html
index e92edb6..a059ca2 100644
--- a/talerbank/app/templates/public_accounts.html
+++ b/talerbank/app/templates/public_accounts.html
@@ -78,6 +78,9 @@
{% endfor %}
</tbody>
</table>
+ {% for pagej in pages %}
+ <a href="{{ url("public-accounts", name=account.user.username, page=pagej) }}">pagej</a>
+ {% endfor %}
{% else %}
<p>No history for account #{{ selected_account.number }} ({{ selected_account.name}}) yet</p>
{% endif %}