Skip to content

Commit

Permalink
Add extra info for upload (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
AetherUnbound authored Jan 10, 2022
1 parent 4603c23 commit a285644
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion OpenOversight/app/templates/submit_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ <h3>Drop images here to submit photos of officers:</h3>

<form id="my-cop-dropzone" action="/upload/department/1" class='dropzone'>
</form>
<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>
<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.
An image is successfully uploaded when you see a check mark over it.
</p>

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

0 comments on commit a285644

Please sign in to comment.