Skip to content

Commit

Permalink
[#219] Added help text on photo upload
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed Mar 26, 2014
1 parent 7529078 commit 5bf9fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions akvo/templates/partner_sites/project/update_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ <h2 style="padding-top:20px;">{% trans "Add update to project" %}</h2>
{% endif %}
<div class="input">
{{form.photo}}
<br/><span class="grey small">{% trans 'Please upload an image of 2 MB or less. Images are displayed in 4:3 aspect ratio, so files with an alternative shape may be distorted when published.' %}</span>
{% if form.photo.errors %}
<span class="red small">{{form.photo.errors.0}}</span>
{% endif %}
Expand Down
1 change: 1 addition & 0 deletions akvo/templates/rsr/project/update_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ <h4 style="margin-bottom:20px;">
{% else %}
{% trans 'Upload photo file' %}
{% endif %}
<br/><span class="small grey">{% trans 'Please upload an image of 2 MB or less. Images are displayed in 4:3 aspect ratio, so files with an alternative shape may be distorted when published.' %}</span>
</h4>
{{form.photo}}
</div>
Expand Down

0 comments on commit 5bf9fb8

Please sign in to comment.