qrurls/templates/admin/qrurls_import_images.html
changeset 90 a193a8dd737c
parent 89 187e874f770c
--- a/qrurls/templates/admin/qrurls_import_images.html	Wed Nov 05 10:27:01 2014 +0100
+++ b/qrurls/templates/admin/qrurls_import_images.html	Wed Nov 05 10:35:51 2014 +0100
@@ -48,11 +48,12 @@
                         <label for="image">Images</label>
                         <input type="file" name="image" id="image" multiple="multiple">
                     </div>
-                    <p class="help">Selecting multiple image files is possible.</p>
+                    <p class="help">Upload new images. Selecting multiple image files is possible. The order of images will be randomized.</p>
                 </div>
                 <div class="form-row">
                     {{ form.url_images.label_tag }}
                     {{ form.url_images }}
+                    <p class="help">Select multiple existing images to re-use them. The order of images will be randomized.</p>
                 </div>
             </fieldset>