Replace 'default format' export with 'all data'

This commit is contained in:
jeremystretch
2021-06-09 15:22:58 -04:00
parent 3ec6194a47
commit 578885225f
2 changed files with 7 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
</button>
<ul class="dropdown-menu dropdown-menu-end">
<li><a class="dropdown-item" href="?{% if url_params %}{{ url_params.urlencode }}&{% endif %}export=table">Current View</a></li>
<li><a class="dropdown-item" href="?{% if url_params %}{{ url_params.urlencode }}&{% endif %}export">Default Format</a></li>
<li><a class="dropdown-item" href="?{% if url_params %}{{ url_params.urlencode }}&{% endif %}export">All Data</a></li>
{% if export_templates %}
<li>
<hr class="dropdown-divider">