diff options
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 66d4955..d02c7e4 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -98,6 +98,7 @@ {% endif %} <hr /> + {% if not create %} <br> <span style="font-family: monospace; font-size: 150%; "> @@ -112,9 +113,11 @@ {% for svx in svxfiles%} <a href="/survexfile/{{svx}}">{{svx}}</a> {% endfor %} - - <br><br> + + <br> {% endif %} + {% if metadataurl %}<u>Debug</u>: <a href="{{metadataurl}}">json file</a><br> {% endif %} + </span> <span style="font-family: monospace; font-size: 130%; "> <!-- |