diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/scanuploadform.html | 21 |
1 files changed, 17 insertions, 4 deletions
diff --git a/templates/scanuploadform.html b/templates/scanuploadform.html index 9356281..39d3220 100644 --- a/templates/scanuploadform.html +++ b/templates/scanuploadform.html @@ -32,16 +32,29 @@ <p> <b>File(s) saved as <br> {% for f in actual_saved %} - <em>{{f}}</em> <br> + <em>{{f}}</em> <br></b> {% endfor %} - <br><br>Upload more?</b> </p> - <br> {% endif %} <p> {% for f in files %} <a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/{{f}}">{{ f}}</a><br /> + {% empty %} + <p><No files here> {% endfor %} </p> -</div> {% endblock %} + {% if create %} + This online wallet does not yet exist. + <br>It will be created and initialised automatically when you upload a file. + {% endif %} + +<p><em> +<a href="/expofiles/surveyscans/{{year}}/{{wallet|urlencode}}/walletindex.html">Wallet status page</a> +<br /> +<a href="/expofiles/surveyscans/{{year}}/walletindex.html">Wallet index for this year</a> +</em> + +</div> +<hr /> +{% endblock %} |