Skip to content

Commit

Permalink
Modified questionnaire text in alert box
Browse files Browse the repository at this point in the history
Updated text
  • Loading branch information
clash99 authored and amplifi committed Apr 20, 2017
1 parent 77be22a commit f977ca9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
6 changes: 6 additions & 0 deletions cadasta/core/static/css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -886,6 +886,12 @@ div.add-btn-btm { // add party link at bottom of table
display: table-cell;
vertical-align: top;
padding: 2px;
> span.glyphicon {
padding-right: 10px;
}
ul {
padding-top: 6px;
}
}
}
.form-narrow, .narrow {
Expand Down
9 changes: 8 additions & 1 deletion cadasta/templates/organization/project_add_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,14 @@ <h3>{% trans "2. Questionnaire" %}</h3>
<div class="alert alert-info alert-full clearfix row" role="alert">
<div class="pull-left"><span class="glyphicon glyphicon-info-sign"></span></div>
<div>
{% blocktrans %}For assistance with questionnaires view our <a href="http://docs.cadasta.org/en/08-XLSForms.html" class="alert-link" target="_blank">user guide</a>. To help you get started two samples have been provided: <a href="https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-forms/minimum_cadasta_questionnaire.xlsx" class="alert-link">a minimal</a> and <a href="https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-forms/standard_cadasta_questionnaire.xlsx" class="alert-link">a standard questionnaire</a>.{% endblocktrans %}
{% blocktrans %}To get started, choose the form that most closely matches your documentation needs.
<ul>
<li>The <a href="https://docs.google.com/spreadsheets/d/1MHg6iok4SkDxN2NdMVt3P2W9UZe81VxH6CpAz_eUtOY/pub?output=xlsx" class="alert-link">Customary Rights Form</a> is designed for documenting the rights of a single group of people who are using a single parcel or piece of land.</li>
<li>The <a href="https://docs.google.com/spreadsheets/d/1hyF_uxZb4959lxD6vDMM574cQEFTyq636VAS7n3e0MA/pub?output=xlsx" class="alert-link">Sustainable Sourcing Form</a> is for documenting land that's being used for sustainable agricultural production.</li>
<li>The <a href="https://docs.google.com/spreadsheets/d/1iORFg75ofq-QzLB5x-WvuggEZN6JaE0iS6yqc7dE1Y0/pub?output=xlsx" class="alert-link">Urban Informal Settlements Form</a> is for documenting many people who may be living in a very small urban area.</li>
</ul>
If you need help or have questions, <a href="http://cadasta.org/contact/" target="_blank" class="alert-link">please contact us</a>.
{% endblocktrans %}
</div>
</div>
</div>
Expand Down
9 changes: 8 additions & 1 deletion cadasta/templates/organization/project_edit_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,14 @@ <h3>{% trans "2. Questionnaire" %}</h3>
<div class="alert alert-info alert-full clearfix row" role="alert">
<div class="pull-left"><span class="glyphicon glyphicon-info-sign"></span></div>
<div>
{% blocktrans %}For assistance with questionnaires view our <a href="http://docs.cadasta.org/en/08-XLSForms.html" class="alert-link" target="_blank">user guide</a>. To help you get started two samples have been provided: <a href="https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-forms/minimum_cadasta_questionnaire.xlsx" class="alert-link">a minimal</a> and <a href="https://s3-us-west-2.amazonaws.com/cadasta-resources/sample-forms/standard_cadasta_questionnaire.xlsx" class="alert-link">a standard questionnaire</a>.{% endblocktrans %}
{% blocktrans %}To get started, choose the form that most closely matches your documentation needs.
<ul>
<li>The <a href="https://docs.google.com/spreadsheets/d/1MHg6iok4SkDxN2NdMVt3P2W9UZe81VxH6CpAz_eUtOY/pub?output=xlsx" class="alert-link">Customary Rights Form</a> is designed for documenting the rights of a single group of people who are using a single parcel or piece of land.</li>
<li>The <a href="https://docs.google.com/spreadsheets/d/1hyF_uxZb4959lxD6vDMM574cQEFTyq636VAS7n3e0MA/pub?output=xlsx" class="alert-link">Sustainable Sourcing Form</a> is for documenting land that's being used for sustainable agricultural production.</li>
<li>The <a href="https://docs.google.com/spreadsheets/d/1iORFg75ofq-QzLB5x-WvuggEZN6JaE0iS6yqc7dE1Y0/pub?output=xlsx" class="alert-link">Urban Informal Settlements Form</a> is for documenting many people who may be living in a very small urban area.</li>
</ul>
If you need help or have questions, <a href="http://cadasta.org/contact/" target="_blank" class="alert-link">please contact us</a>.
{% endblocktrans %}
</div>
</div>
</div>
Expand Down

0 comments on commit f977ca9

Please sign in to comment.