diff --git a/templates/scanuploadform.html b/templates/scanuploadform.html index 68e6f98..71b30c6 100644 --- a/templates/scanuploadform.html +++ b/templates/scanuploadform.html @@ -4,7 +4,12 @@ {% block content %} -
{{prevy}}
...
@@ -42,7 +47,7 @@
{% for f in files %}
{{ f}}
{% empty %}
-
<No files here> +
<No files in this wallet.> {% endfor %}
{% if create %} @@ -51,19 +56,38 @@ {% endif %}
-Wallet status page
+Wallet index for this year (old script, being replaced...)
-Wallet index for this year
-
-Logbook entries, Survex files for this year
+Logbook entries, people, Survex files for {{year}}
+
+
+{% if complaints %}
+
You will need to log in to the website (top right menu bar) to be able to edit the settings on this wallet. +{% endif %} + +{% endif %}