diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 6ac419a..75f3d5f 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -31,7 +31,7 @@ <p style="font-family: monospace; font-weight: bold; font-size: 130%; text-align: center"> <a style="font-weight: normal;" href="/walletedit/{{prevy}}:01">{{prevy}}</a> ... -<a href="/walletedit/{{year}}:{{prev}}">{{year}}:{{prev}}</a> +<a href="/walletedit/{{recent_year}}:{{recent_number}}">{{recent_year}}:{{recent_number}}</a> ← {{wallet}} → <a href="/walletedit/{{year}}:{{next}}">{{year}}:{{next}}</a> ... @@ -254,7 +254,7 @@ <em>No other survex files found for this date.</em><br> {% endif %} - {% if metadataurl %}<span style="font-size: 70%; "><details><summary> + {% if metadataurl %}<span style="font-size: 70%; "><details open><summary> JSON <br> </summary> <a href="{{metadataurl}}">{{metadataurl}}</a><br> |