new export of project overview list (#5009)

This commit is contained in:
Kevin Papst
2024-08-03 00:43:05 +02:00
committed by GitHub
parent e7d71bff64
commit 6f8877a740
4 changed files with 218 additions and 5 deletions

View File

@@ -18,4 +18,6 @@
</li>
</ul>
</div>
{% from '@theme/components/buttons.html.twig' import submit_button %}
{{ submit_button('download', {'attr': {'formaction': path(export_route)}, 'icon': 'download', 'combined': false}, 'primary') }}
{% endblock %}