diff --git a/templates/export_list.html b/templates/export_list.html index 6a020b9..0d5a822 100644 --- a/templates/export_list.html +++ b/templates/export_list.html @@ -29,7 +29,7 @@

{{ export_type_name|upper }} {% blocktrans %}Exports{% endblocktrans %}

- {% if export_type == 'xls' or export_type == 'csv' %} + {% if export_type == 'xls' or export_type == 'csv' or export_type == 'gsheets' %} {% trans "Advanced Export" %} {% endif %}
@@ -61,9 +61,19 @@

{% trans "Advanced Export" %}

+ {% if export_type == 'gsheets' %} + + + {% endif %} {% endif %}