diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2023-02-03 22:19:51 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2023-02-03 22:19:51 +0000 |
commit | 175e71facf74ad91347eb9c7a6865a13b8a3cd09 (patch) | |
tree | 5795010d879a265b0cf57f6ba30d89fc27004bf2 /templates/walletform.html | |
parent | c1231ff4513021d1a20bee721c1450b6032bf6d0 (diff) | |
download | troggle-175e71facf74ad91347eb9c7a6865a13b8a3cd09.tar.gz troggle-175e71facf74ad91347eb9c7a6865a13b8a3cd09.tar.bz2 troggle-175e71facf74ad91347eb9c7a6865a13b8a3cd09.zip |
Many many bugs fixed for >1 svx file on a wallet
Diffstat (limited to 'templates/walletform.html')
-rw-r--r-- | templates/walletform.html | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/templates/walletform.html b/templates/walletform.html index 75f3d5f..1583393 100644 --- a/templates/walletform.html +++ b/templates/walletform.html @@ -109,7 +109,6 @@ {% endif %} </em> - {% if not create %} {% if complaints %} @@ -145,7 +144,7 @@ <br> {% endif %} - + </span> <span style="font-family: monospace; font-size: 130%; "> @@ -154,7 +153,7 @@ input {font-family: monospace; font-weight: bold; font-size: 100%; padding: 0.5em; } </style> <div style = "max-width:100%; margin-left:15%; font-family: monospace; font-weight: bold; font-size: 150%; text-align: right; " > - <form method ='post'> + <form method ='post'> {% csrf_token %} <label for="date">Date of the survey trip</label> <input {% if not user.username %} disabled{% endif %} @@ -221,7 +220,7 @@ <input {% if not user.username %} disabled{% endif %} label = "survex" name = "survex" size ="{{survexsize}}" title="List of survex files using this data" - placeholder="caves-1623/264/side_balkon/siriuscyberlift.svx" value="{{survex}}" /> + placeholder="['caves-1623/148/148-2007.svx']" value="{{survex}}" /> <br><br>{% if user.username %} <button class="fancybutton" style="padding: 0.5em 25px; margin-left: 155px; font-size: 90%; " type = "submit" value = "Edit" > @@ -254,7 +253,7 @@ <em>No other survex files found for this date.</em><br> {% endif %} - {% if metadataurl %}<span style="font-size: 70%; "><details open><summary> + {% if metadataurl %}<span style="font-size: 70%; "><details><summary> JSON <br> </summary> <a href="{{metadataurl}}">{{metadataurl}}</a><br> |