Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Makes default settings for advanced export equivalent to the settings
Browse files Browse the repository at this point in the history
for the standard export.
  • Loading branch information
pitzer committed Aug 23, 2015
1 parent c0c1fcf commit 0e28c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/export_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,11 @@ <h3>{% trans "Advanced Export" %}</h3>
</label>
{% if export_type == 'gsheets' %}
<label class="checkbox">
<input type="checkbox" name="options[flatten_repeated_fields]" checked="yes" />
<input type="checkbox" name="options[flatten_repeated_fields]" />
{% trans "Flatten repeated groups into a single worksheet." %}
</label>
<label class="checkbox">
<input type="checkbox" name="options[export_xlsform]" checked="yes" />
<input type="checkbox" name="options[export_xlsform]" />
{% trans "Export the XLSForm along with the survey data." %}
</label>
{% endif %}
Expand Down

0 comments on commit 0e28c2f

Please sign in to comment.