Skip to content

Commit

Permalink
[#1999] Add additional explanation to show a max of 5 MB upload limit
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperBrandt committed May 19, 2016
1 parent 9510897 commit 42b4afb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion akvo/templates/myrsr/project_editor/section_9.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
</div>
</div>
<div class="formBlock hidden">
<p class="help-block hidden" id="step-9-helptext">{% trans 'You can add any additional supporting documents to your project or links to external websites here. This could be in the form of annual reports, baseline surveys, contextual information or any other report that can help users understand more about the project’s activities.' %}</p>
<p class="help-block hidden" id="step-9-helptext">
{% trans 'You can add any additional supporting documents to your project or links to external websites here.' %}
{% trans 'This could be in the form of annual reports, baseline surveys, contextual information or any other report that can help users understand more about the project’s activities.' %}
{% trans 'Note that the size of documents should be smaller than 5 MB.' %}
</p>
<form role="form">
<div class="related-object-container {{ validations|mandatory_or_hidden:"rsr_link" }}">
<h5>{% trans 'Links' %}</h5>
Expand Down

0 comments on commit 42b4afb

Please sign in to comment.