diff options
-rw-r--r-- | templates/dwguploadform.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/dwguploadform.html b/templates/dwguploadform.html index fe9b7da..7897986 100644 --- a/templates/dwguploadform.html +++ b/templates/dwguploadform.html @@ -61,11 +61,11 @@ {% empty %} <p><No subdirectories> {% endfor %} - <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. + <p>Creating a folder is done by a nerd using ftp or whatever, see our <a href="/handbook/computing/fzconfig.html">Filezilla</a> documentation. <p>Note that JPG, PNG and PDF files are refused: this area is reserved for Tunnel and Therion files. You may see some old ones here, - pending their removal and replacement, but you cannot upload new ones. + pending their removal and replacement, but you cannot upload new ones. TOPO files currently belong in the wallets, not here, + but this may change in future. {% endif %} </div> |