diff options
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> |