2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-03-31 06:56:03 +01:00

better errors for drawings parsing & upload

This commit is contained in:
Philip Sargent
2022-03-05 20:29:01 +00:00
parent 88f5df0f19
commit a3a65524b8
3 changed files with 48 additions and 24 deletions

View File

@@ -61,8 +61,9 @@
{% empty %}
<p>&lt;No subdirectories&gt;
{% endfor %}
<p>Clicking on a filename only works if the drawing file has been imported into the system as part of a bulk-import
as we are matching it against a file recorded in the database.
<p>Clicking on a filename only shows the file if the drawing file had already been imported into the system as part of a bulk-import
as we are matching it against a file recorded in the database. If you only just uploaded it, you will get an error message.
<p>You cannot create folders here, but you can put files into any of the pre-existing folders.
{% endif %}
</div>