forked from expo/troggle
Many many bugs fixed for >1 svx file on a wallet
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user