diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2022-08-31 12:09:07 +0300 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2022-08-31 12:09:07 +0300 |
commit | 6452a7beed18072719b27239b95cb7d081d81dc3 (patch) | |
tree | dfe6c74d6106b4ecfc331fecc566376fcea4d3d9 /templates/walletform.html | |
parent | 5c667c182600ef58554be6bbeb54b8c0561cbcd4 (diff) | |
download | troggle-6452a7beed18072719b27239b95cb7d081d81dc3.tar.gz troggle-6452a7beed18072719b27239b95cb7d081d81dc3.tar.bz2 troggle-6452a7beed18072719b27239b95cb7d081d81dc3.zip |
fix green block for survex files on table
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%; "> <!-- |