Add a Back button from export panel for consistency

The other user related sections all have a Back button so it makes sense
that this one ought to have one as well.
This commit is contained in:
Kim Alvefur
2022-02-19 16:28:38 +01:00
parent 846a5e49fd
commit 73fda3d623

View File

@@ -11,6 +11,8 @@
{% call render_errors(form) %}{% endcall %}
<div class="f-bbox">
{%- call standard_button("back", url_for('.index'), class="tertiary") %}{% trans %}Back{% endtrans %}{% endcall -%}
<form method="POST">
{{ form.csrf_token }}
{%- call form_button("download", form.action_export, class="primary") %}{% endcall -%}