summaryrefslogtreecommitdiffstats
path: root/templates/walletform.html
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@gmail.com>2023-01-31 17:13:41 +0000
committerPhilip Sargent <philip.sargent@gmail.com>2023-01-31 17:13:41 +0000
commit1f5b56a5931666b1a6627a2ae83d3f846badbaf9 (patch)
tree021390e2504015431b2e29f93fa5309060bf2aba /templates/walletform.html
parent57930b7aa55b8d0f8da5b1b3eb357bda130fe9cc (diff)
downloadtroggle-1f5b56a5931666b1a6627a2ae83d3f846badbaf9.tar.gz
troggle-1f5b56a5931666b1a6627a2ae83d3f846badbaf9.tar.bz2
troggle-1f5b56a5931666b1a6627a2ae83d3f846badbaf9.zip
Wallet editor into separate file
Diffstat (limited to 'templates/walletform.html')
-rw-r--r--templates/walletform.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/walletform.html b/templates/walletform.html
index 4e86470..948279b 100644
--- a/templates/walletform.html
+++ b/templates/walletform.html
@@ -23,13 +23,13 @@
</form>
<p style="font-family: monospace; font-weight: bold; font-size: 130%; text-align: center">
-<a style="font-weight: normal;" href="/scanupload/{{prevy}}:01">{{prevy}}</a>
+<a style="font-weight: normal;" href="/walletedit/{{prevy}}:01">{{prevy}}</a>
&nbsp;...&nbsp;
-<a href="/scanupload/{{year}}:{{prev}}">{{year}}:{{prev}}</a>
+<a href="/walletedit/{{year}}:{{prev}}">{{year}}:{{prev}}</a>
&larr; {{wallet}} &rarr;
-<a href="/scanupload/{{year}}:{{next}}">{{year}}:{{next}}</a>
+<a href="/walletedit/{{year}}:{{next}}">{{year}}:{{next}}</a>
&nbsp;...&nbsp;
-<a style="font-weight: normal;" href="/scanupload/{{nexty}}:01">{{nexty}}</a>
+<a style="font-weight: normal;" href="/walletedit/{{nexty}}:01">{{nexty}}</a>
</p>