We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4d7bc7 commit 701817fCopy full SHA for 701817f
1 file changed
app/templates/scenario/scenario_step2.html
@@ -382,7 +382,17 @@ <h3>{{ group_names|get_item:group_name|title }}</h3>
382
<span id="saveSpinner" class="spinner-border spinner-border-sm me-2 d-none" role="status" aria-hidden="true"></span>
383
{% translate "Save" %}
384
</button>
385
+
386
+ {% if scen_id %}
387
+ <form method="get" action="{% url 'scenario_export_as_datapackage' scen_id %}">
388
+ <button style="margin-top: 0rem;" class="btn btn--medium btn--transparent" type="submit" id="btn-export-dp">
389
+ <span class="icon icon-export" aria-hidden="true"></span>
390
+ {% translate "Export as datapackage" %}
391
+ </button>
392
+ </form>
393
+ {% endif %}
394
{% endif %}
395
396
</div>
397
398
</footer>
0 commit comments