diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-01-31 17:13:41 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-01-31 17:13:41 +0000 |
commit | 1f5b56a5931666b1a6627a2ae83d3f846badbaf9 (patch) | |
tree | 021390e2504015431b2e29f93fa5309060bf2aba /templates/walletform.html | |
parent | 57930b7aa55b8d0f8da5b1b3eb357bda130fe9cc (diff) | |
download | troggle-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.html | 8 |
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> ... -<a href="/scanupload/{{year}}:{{prev}}">{{year}}:{{prev}}</a> +<a href="/walletedit/{{year}}:{{prev}}">{{year}}:{{prev}}</a> ← {{wallet}} → -<a href="/scanupload/{{year}}:{{next}}">{{year}}:{{next}}</a> +<a href="/walletedit/{{year}}:{{next}}">{{year}}:{{next}}</a> ... -<a style="font-weight: normal;" href="/scanupload/{{nexty}}:01">{{nexty}}</a> +<a style="font-weight: normal;" href="/walletedit/{{nexty}}:01">{{nexty}}</a> </p> |