Skip to content

Commit a285644

Browse files
Add extra info for upload (#111)
1 parent 4603c23 commit a285644

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

OpenOversight/app/templates/submit_image.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ <h3>Drop images here to submit photos of officers:</h3>
4242

4343
<form id="my-cop-dropzone" action="/upload/department/1" class='dropzone'>
4444
</form>
45-
<p>Drag photographs from your computer directly into the box above or click the box to launch a finder window. If you are on mobile, you can click the box above to select pictures from your photo library or camera roll.</p>
45+
<p>
46+
Drag photographs from your computer directly into the box above or click the box to launch a finder window.
47+
If you are on mobile, you can click the box above to select pictures from your photo library or camera roll.
48+
An image is successfully uploaded when you see a check mark over it.
49+
</p>
4650

4751
<script src="{{ url_for('static', filename='js/jquery.min.js') }}"></script>
4852
<script src="{{ url_for('static', filename='js/dropzone.js') }}"></script>

0 commit comments

Comments
 (0)