diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-08-23 00:21:48 +0300 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-08-23 00:21:48 +0300 |
commit | a22f1bea8167e77a7866353db473dfdb4a4161f3 (patch) | |
tree | c16ad8d48711d81f5c91dcf83df15b9e37e4287b /bn_django/photos/templates | |
parent | fe70e8db7b65562bd532a1aacacb759df6f7b130 (diff) | |
download | bnewnet-a22f1bea8167e77a7866353db473dfdb4a4161f3.tar.gz bnewnet-a22f1bea8167e77a7866353db473dfdb4a4161f3.zip |
first whack at fixing bulk photo uploads
Diffstat (limited to 'bn_django/photos/templates')
-rw-r--r-- | bn_django/photos/templates/photos/import_form.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bn_django/photos/templates/photos/import_form.html b/bn_django/photos/templates/photos/import_form.html index 0d4f19e..bd01a9a 100644 --- a/bn_django/photos/templates/photos/import_form.html +++ b/bn_django/photos/templates/photos/import_form.html @@ -51,6 +51,9 @@ you can change any of these settings on a per-photo basis <em>after</em> you upload the images. </p> +<p> + <b>UPDATE:</b> The title and rotation will be guessed from EXIF data... +</p> {% else %} <p>Oops! No gallery here!</p> |