Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified questionnaire text #1410

Merged
merged 1 commit into from
Apr 20, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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